all repos — tint2 @ 6d59e55d8d882a2659c59a5846558d90aeb39a5f

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

tint2conf: Call setlocale with no locale to use system default instead of C
o9000 mrovi9000@gmail.com
commit

6d59e55d8d882a2659c59a5846558d90aeb39a5f

parent

d2636c8c57afbb6373b4f4d8f03cc9f7bad1b438

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/tint2conf/main.csrc/tint2conf/main.c

@@ -124,6 +124,7 @@ "</ui>";

int main(int argc, char **argv) { + setlocale(LC_ALL, ""); bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR); bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); textdomain(GETTEXT_PACKAGE);