SF.net SVN: geany:[4074] trunk

frlan at users.sourceforge.net frlan at xxxxx
Wed Aug 12 18:53:35 UTC 2009


Revision: 4074
          http://geany.svn.sourceforge.net/geany/?rev=4074&view=rev
Author:   frlan
Date:     2009-08-12 18:53:35 +0000 (Wed, 12 Aug 2009)

Log Message:
-----------
Fix a minor typo on --help call

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/main.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-08-12 16:51:34 UTC (rev 4073)
+++ trunk/ChangeLog	2009-08-12 18:53:35 UTC (rev 4074)
@@ -3,6 +3,7 @@
  * po/pt_PT.po, po/LINGUAS:
    Added a first Portugese (Portugal) translation based on work done at
    launchpad by e.g. nAndré Glória and Alexandre Jesus.
+ * src/main.c: Fix a minor typo on --help call.
 
 
 2009-08-11  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c	2009-08-12 16:51:34 UTC (rev 4073)
+++ trunk/src/main.c	2009-08-12 18:53:35 UTC (rev 4074)
@@ -138,7 +138,7 @@
 	{ "no-plugins", 'p', 0, G_OPTION_ARG_NONE, &no_plugins, N_("Don't load plugins"), NULL },
 #endif
 	{ "print-prefix", 0, 0, G_OPTION_ARG_NONE, &print_prefix, N_("Print Geany's installation prefix"), NULL },
-	{ "no-session", 's', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &cl_options.load_session, N_("don't load the previous session's files"), NULL },
+	{ "no-session", 's', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &cl_options.load_session, N_("Don't load the previous session's files"), NULL },
 #ifdef HAVE_VTE
 	{ "no-terminal", 't', 0, G_OPTION_ARG_NONE, &no_vte, N_("Don't load terminal support"), NULL },
 	{ "vte-lib", 0, 0, G_OPTION_ARG_FILENAME, &lib_vte, N_("Filename of libvte.so"), NULL },


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list