]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
the session properties are not set on the group leader, they are set on the "client...
[chaz/openbox] / openbox / openbox.c
index 8b54e70b719041223e1dcfec0de3fcd44aee3409..53299873dfc7b94b6d7cf079a5ffae0b45eb4bad 100644 (file)
@@ -109,7 +109,7 @@ gint main(gint argc, gchar **argv)
 
     /* initialize the locale */
     if (!setlocale(LC_ALL, ""))
-        g_message(_("Couldn't set locale from environment."));
+        g_message("Couldn't set locale from environment.");
     bindtextdomain(PACKAGE_NAME, LOCALEDIR);
     bind_textdomain_codeset(PACKAGE_NAME, "UTF-8");
     textdomain(PACKAGE_NAME);
This page took 0.02198 seconds and 4 git commands to generate.