diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-26 21:40:47 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:55 -0500 |
| commit | 2f0e73cf9d20154c5c84b6ea90e658cf44a6f0c4 (patch) | |
| tree | ad0ba99bffac6c951ab749af13460e8e5751a510 /openbox/openbox.c | |
| parent | 275fdf8c2a0d5c7d8f395b3269e644939e016696 (diff) | |
add functions for setting locale strings (on top of existing functions for setting utf8 strings). they are untested though! wonder if they work?
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
