summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index e997424..9a5c627 100644
--- a/src/main.c
+++ b/src/main.c
@@ -94,8 +94,6 @@ int main(int argc, char *argv[])
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
textdomain(GETTEXT_PACKAGE);
- textdomain(PACKAGE_NAME);
-
if ((withUnique = g_getenv("TRG_NOUNIQUE") == NULL))
app = unique_app_new_with_commands("org.eth0.uk.org.trg", NULL,
"add", COMMAND_ADD, NULL);