summaryrefslogtreecommitdiff
path: root/desktop/unx/source/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/unx/source/args.c')
-rw-r--r--desktop/unx/source/args.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c
index 0f47f791d5eb..d69fe62e2466 100644
--- a/desktop/unx/source/args.c
+++ b/desktop/unx/source/args.c
@@ -61,10 +61,10 @@ static struct {
{ "minimized", 0, 1, 0, 0, NULL },
/* pagein bits */
- { "writer", 0, 0, 0, 0, "@pagein-writer" },
- { "calc", 0, 0, 0, 0, "@pagein-calc" },
- { "draw", 0, 0, 0, 0, "@pagein-draw" },
- { "impress", 0, 0, 0, 0, "@pagein-impress" },
+ { "writer", 0, 0, 0, 0, "pagein-writer" },
+ { "calc", 0, 0, 0, 0, "pagein-calc" },
+ { "draw", 0, 0, 0, 0, "pagein-draw" },
+ { "impress", 0, 0, 0, 0, "pagein-impress" },
/* nothing much */
{ "version", 0, 1, 1, 1, NULL },