aboutsummaryrefslogtreecommitdiff
path: root/src/Xutil.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xutil.cc')
-rw-r--r--src/Xutil.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Xutil.cc b/src/Xutil.cc
index 840b106..87f5253 100644
--- a/src/Xutil.cc
+++ b/src/Xutil.cc
@@ -70,11 +70,11 @@ FbTk::FbString getWMName(Window window) {
70 XFree(text_prop.value); 70 XFree(text_prop.value);
71 71
72 } else { // default name 72 } else { // default name
73 name = FbTk::FbStringUtil::LocaleStrToFb(_FBTEXT(Window, Unnamed, "Unnamed", "Default name for a window without a WM_NAME")); 73 name = _FB_XTEXT(Window, Unnamed, "Unnamed", "Default name for a window without a WM_NAME");
74 } 74 }
75 } else { 75 } else {
76 // default name 76 // default name
77 name = FbTk::FbStringUtil::LocaleStrToFb(_FBTEXT(Window, Unnamed, "Unnamed", "Default name for a window without a WM_NAME")); 77 name = _FB_XTEXT(Window, Unnamed, "Unnamed", "Default name for a window without a WM_NAME");
78 } 78 }
79 79
80 return name; 80 return name;