mirror of https://github.com/GNOME/gimp.git
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:
parent
c58c5e9659
commit
3963c27fe4
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue