summaryrefslogtreecommitdiff
path: root/libwnck/test-tasklist.c
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2006-11-19 23:09:44 +0000
committerVincent Untz <vuntz@src.gnome.org>2006-11-19 23:09:44 +0000
commit599e946075628731a922a26e0760bcfc05717ff2 (patch)
tree80d4a6c9bedf0f57eca5809a0b3d7aecffb8e840 /libwnck/test-tasklist.c
parent823ce9cfcbfa0c302653972456a231a98e5ebc3f (diff)
downloadlibwnck-599e946075628731a922a26e0760bcfc05717ff2.tar.gz
remove new string. My fault (I told Sven to commit this to a stable
2006-11-20 Vincent Untz <vuntz@gnome.org> * libwnck/test-tasklist.c: remove new string. My fault (I told Sven to commit this to a stable branch)
Diffstat (limited to 'libwnck/test-tasklist.c')
-rw-r--r--libwnck/test-tasklist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libwnck/test-tasklist.c b/libwnck/test-tasklist.c
index 03306b3..f21a843 100644
--- a/libwnck/test-tasklist.c
+++ b/libwnck/test-tasklist.c
@@ -5,8 +5,9 @@
static gboolean display_all = FALSE;
+//FIXME 2.18: mark string as translatable
static GOptionEntry entries[] = {
- {"display-all", 'a', 0, G_OPTION_ARG_NONE, &display_all, N_("Display windows from all workspaces"), NULL},
+ {"display-all", 'a', 0, G_OPTION_ARG_NONE, &display_all, "Display windows from all workspaces", NULL},
{NULL }
};