diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index d1b3046..3cc728d 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -158,7 +158,7 @@ void setupSignalHandling() { | |||
158 | 158 | ||
159 | int main(int argc, char **argv) { | 159 | int main(int argc, char **argv) { |
160 | 160 | ||
161 | FbTk::I18n::init("fluxbox.cat"); | 161 | FbTk::I18n::init(0); |
162 | 162 | ||
163 | FluxboxCli::Options opts; | 163 | FluxboxCli::Options opts; |
164 | int exitcode = opts.parse(argc, argv); | 164 | int exitcode = opts.parse(argc, argv); |