[Xfce4-commits] r27280 - xfce4-settings/trunk/xfce4-settings-manager
Nick Schermer
nick at xfce.org
Sun Jul 13 21:28:28 CEST 2008
Author: nick
Date: 2008-07-13 19:28:28 +0000 (Sun, 13 Jul 2008)
New Revision: 27280
Modified:
xfce4-settings/trunk/xfce4-settings-manager/main.c
Log:
* Missed a space...
Modified: xfce4-settings/trunk/xfce4-settings-manager/main.c
===================================================================
--- xfce4-settings/trunk/xfce4-settings-manager/main.c 2008-07-13 19:24:20 UTC (rev 27279)
+++ xfce4-settings/trunk/xfce4-settings-manager/main.c 2008-07-13 19:28:28 UTC (rev 27280)
@@ -61,7 +61,7 @@
}
if (G_UNLIKELY (opt_version)) {
- g_print("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
+ g_print("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string());
g_print("%s\n", "Copyright (c) 2008");
g_print("\t%s\n\n", _("The Xfce development team. All rights reserved."));
g_print(_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
More information about the Xfce4-commits
mailing list