X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=9de780dd47aa4d07999ef175ea6349265c1967ab;hb=34b89d8f71f5546a3e0fa523e4bf35a0f0d59a80;hp=dac9d2224378354f9e2f48d2072cc2d74ba0050c;hpb=04010ff0fe1851fe296db8032cff7eccee2afb03;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index dac9d222..9de780dd 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -111,7 +111,7 @@ gint main(gint argc, gchar **argv) g_set_prgname(argv[0]); if (chdir(g_get_home_dir()) == -1) - g_message(_("Unable to change to home directory (%s): %s"), + g_message(_("Unable to change to home directory '%s': %s"), g_get_home_dir(), g_strerror(errno)); /* parse out command line args */ @@ -241,7 +241,8 @@ gint main(gint argc, gchar **argv) config_font_activewindow, config_font_inactivewindow, config_font_menutitle, - config_font_menuitem))) + config_font_menuitem, + config_font_osd))) { RrThemeFree(ob_rr_theme); ob_rr_theme = theme;