added back short versions of --gimprc option and --console-messages

2007-10-17  Sven Neumann  <sven@gimp.org>

	* app/main.c: added back short versions of --gimprc option and
	--console-messages command-line options.

svn path=/trunk/; revision=23861
This commit is contained in:
Sven Neumann 2007-10-17 18:43:23 +00:00 committed by Sven Neumann
parent c58c5e9659
commit 3963c27fe4
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2007-10-17 Sven Neumann <sven@gimp.org>
* app/main.c: added back short version of --gimprc option.
* app/main.c: added back short versions of --gimprc option and
--console-messages command-line options.
2007-10-17 Sven Neumann <sven@gimp.org>

View File

@ -229,7 +229,7 @@ static const GOptionEntry main_entries[] =
N_("The procedure to process batch commands with"), "<proc>"
},
{
"console-messages", 0, 0,
"console-messages", 'c', 0,
G_OPTION_ARG_NONE, &console_messages,
N_("Send messages to console instead of using a dialog"), NULL
},