diff options
Diffstat (limited to 'plugins/urlize.c')
-rw-r--r-- | plugins/urlize.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/urlize.c b/plugins/urlize.c index f4bc67b..45766d0 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c | |||
@@ -45,6 +45,10 @@ main (int argc, char **argv) | |||
45 | {0, 0, 0, 0} | 45 | {0, 0, 0, 0} |
46 | }; | 46 | }; |
47 | 47 | ||
48 | setlocale (LC_ALL, ""); | ||
49 | bindtextdomain (PACKAGE, LOCALEDIR); | ||
50 | textdomain (PACKAGE); | ||
51 | |||
48 | while (1) { | 52 | while (1) { |
49 | c = getopt_long (argc, argv, "+hVu:", longopts, &option); | 53 | c = getopt_long (argc, argv, "+hVu:", longopts, &option); |
50 | 54 | ||