aboutsummaryrefslogtreecommitdiff
path: root/paramano.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-19 19:10:10 +1200
committerDavid <dbphillipsnz@gmail.com>2014-09-19 19:10:10 +1200
commit02528fd19f0ed8b47be60f0c5cd0fda0a358c405 (patch)
tree16cf0b556d8f7965c0d9858237229201c08b3e0c /paramano.c
parent89e5268c7e47677c43cc54f8b6c91ce333ece9f1 (diff)
downloadparamano-02528fd19f0ed8b47be60f0c5cd0fda0a358c405.tar.xz
Misc clean-up
Diffstat (limited to 'paramano.c')
-rw-r--r--paramano.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/paramano.c b/paramano.c
index 68043b6..1167a88 100644
--- a/paramano.c
+++ b/paramano.c
@@ -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))