diff options
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1492,7 +1492,7 @@ void | |||
1492 | xsettitle(char *p) | 1492 | xsettitle(char *p) |
1493 | { | 1493 | { |
1494 | XTextProperty prop; | 1494 | XTextProperty prop; |
1495 | DEFAULT(p, "st"); | 1495 | DEFAULT(p, opt_title); |
1496 | 1496 | ||
1497 | Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, | 1497 | Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, |
1498 | &prop); | 1498 | &prop); |