diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-24 03:16:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-24 03:16:46 +0800 |
commit | 621e8e3bfa51d81a6f24057d93328b00fb3b5cf3 (patch) | |
tree | c8cf96ff30041e2ddb0abbc8e3bf1bad5f637e3a /shell/main.c | |
parent | 0369ac8da2273e75981998faab99b02fe6c245b0 (diff) | |
download | gsoc2013-evolution-621e8e3bfa51d81a6f24057d93328b00fb3b5cf3.tar.gz gsoc2013-evolution-621e8e3bfa51d81a6f24057d93328b00fb3b5cf3.tar.zst gsoc2013-evolution-621e8e3bfa51d81a6f24057d93328b00fb3b5cf3.zip |
Added some missing names.
* e-shell-about-box.c: Added some missing names.
* main.c (main): Declare --force-upgrade correctly so it works.
svn path=/trunk/; revision=18175
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index d876d1c040..f4e5ea39e8 100644 --- a/shell/main.c +++ b/shell/main.c @@ -489,7 +489,7 @@ main (int argc, char **argv) N_("Start in online mode"), NULL }, { "debug", '\0', POPT_ARG_STRING, &evolution_debug_log, 0, N_("Send the debugging output of all components to a file."), NULL }, - { "force-upgrade", '\0', POPT_ARG_STRING, &force_upgrade, 0, + { "force-upgrade", '\0', POPT_ARG_NONE, &force_upgrade, 0, N_("Force upgrading of configuration files from Evolution 1.0.x"), NULL }, { NULL, '\0', POPT_ARG_INCLUDE_TABLE, &oaf_popt_options, 0, NULL, NULL }, POPT_AUTOHELP |