[Xfce4-commits] <midori:master> Uppercase P as one-letter switch for --portable
Christian Dywan
noreply at xfce.org
Wed Sep 5 19:18:02 CEST 2012
Updating branch refs/heads/master
to 3ff44837368db805bf7d2f6cebd2d678c12f9566 (commit)
from 3bb03bfc56786fb1f0122bb0e66c3925e488e3fe (commit)
commit 3ff44837368db805bf7d2f6cebd2d678c12f9566
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Sep 5 18:53:32 2012 +0200
Uppercase P as one-letter switch for --portable
midori/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/main.c b/midori/main.c
index c7caeec..584458a 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -1846,7 +1846,7 @@ main (int argc,
{ "private", 'p', 0, G_OPTION_ARG_NONE, &private,
N_("Private browsing, no changes are saved"), NULL },
#ifdef G_OS_WIN32
- { "portable", 't', 0, G_OPTION_ARG_NONE, &portable,
+ { "portable", 'P', 0, G_OPTION_ARG_NONE, &portable,
N_("Portable mode, all runtime files are stored in one place"), NULL },
#endif
{ "plain", '\0', 0, G_OPTION_ARG_NONE, &plain,
More information about the Xfce4-commits
mailing list