From 2f0e73cf9d20154c5c84b6ea90e658cf44a6f0c4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Jul 2007 21:40:47 -0400 Subject: add functions for setting locale strings (on top of existing functions for setting utf8 strings). they are untested though! wonder if they work? --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/openbox.c') diff --git a/openbox/openbox.c b/openbox/openbox.c index 24d05f86..0551a587 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -262,7 +262,7 @@ gint main(gint argc, gchar **argv) ob_exit_with_error(_("Unable to load a theme.")); OBT_PROP_SETS(RootWindow(obt_display, ob_screen), - OB_THEME, ob_rr_theme->name); + OB_THEME, utf8, ob_rr_theme->name); } if (reconfigure) { -- cgit v1.2.3