aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-05-19 16:20:36 +0800
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-05-19 16:21:50 +0800
commitdf5f0b0269fdbf90cb2d5f136c6fa939e76d669e (patch)
treeb8507fc71b0b4f51e1360201175482eea4ab644b /shell
parent79b0031a489e54319e7d3e19accaac40d6de7439 (diff)
downloadgsoc2013-evolution-df5f0b0269fdbf90cb2d5f136c6fa939e76d669e.tar
gsoc2013-evolution-df5f0b0269fdbf90cb2d5f136c6fa939e76d669e.tar.gz
gsoc2013-evolution-df5f0b0269fdbf90cb2d5f136c6fa939e76d669e.tar.bz2
gsoc2013-evolution-df5f0b0269fdbf90cb2d5f136c6fa939e76d669e.tar.lz
gsoc2013-evolution-df5f0b0269fdbf90cb2d5f136c6fa939e76d669e.tar.xz
gsoc2013-evolution-df5f0b0269fdbf90cb2d5f136c6fa939e76d669e.tar.zst
gsoc2013-evolution-df5f0b0269fdbf90cb2d5f136c6fa939e76d669e.zip
[win32] Try to get the default application registration right
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/main.c b/shell/main.c
index 3a5ad7bbbe..2fa259125d 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -306,11 +306,11 @@ setup_segv_redirect (void)
static GOptionEntry entries[] = {
#ifdef G_OS_WIN32
- { "--reinstall", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &reinstall,
+ { "reinstall", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &reinstall,
NULL, NULL },
- { "--show-icons", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &show_icons,
+ { "show-icons", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &show_icons,
NULL, NULL },
- { "--hide-icons", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &hide_icons,
+ { "hide-icons", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &hide_icons,
NULL, NULL },
#endif /* G_OS_WIN32 */
{ "component", 'c', 0, G_OPTION_ARG_STRING, &requested_view,