diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-19 19:10:10 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-19 19:10:10 +1200 |
commit | 02528fd19f0ed8b47be60f0c5cd0fda0a358c405 (patch) | |
tree | 16cf0b556d8f7965c0d9858237229201c08b3e0c /paramano.c | |
parent | 89e5268c7e47677c43cc54f8b6c91ce333ece9f1 (diff) | |
download | paramano-02528fd19f0ed8b47be60f0c5cd0fda0a358c405.tar.xz |
Misc clean-up
Diffstat (limited to 'paramano.c')
-rw-r--r-- | paramano.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ int main(int argc, char** argv) { setlocale(LC_ALL, ""); - bindtextdomain("trayfreq",LOCALEDIR); - textdomain("trayfreq"); + bindtextdomain("paramano",LOCALEDIR); + textdomain("paramano"); debug("Set gettext up\n"); if(!gtk_init_check(&argc, &argv)) |