summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-08 23:00:13 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-08 23:00:13 +0000
commit3757c78e835d01bddf89675e1c60a77020543338 (patch)
treec145fd0cff4718639bbc26d57c4f37859337c003 /src/main.c
parent10df84a14e6ce6d40ddd55a2d24442b6d9dc5dd4 (diff)
install license and use it in about dialog if possible
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);