diff options
Diffstat (limited to 'vncviewer')
-rw-r--r-- | vncviewer/DesktopWindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx index 47109fb8..abd38c92 100644 --- a/vncviewer/DesktopWindow.cxx +++ b/vncviewer/DesktopWindow.cxx @@ -131,7 +131,7 @@ void DesktopWindow::setName(const char *name) CharArray windowNameStr; windowNameStr.replaceBuf(new char[256]); - snprintf(windowNameStr.buf, 256, _("TigerVNC: %.240s"), name); + snprintf(windowNameStr.buf, 256, "%.240s - TigerVNC", name); copy_label(windowNameStr.buf); } |