mirror of https://github.com/GNOME/gimp.git
added back short version of --gimprc option.
2007-10-17 Sven Neumann <sven@gimp.org> * app/main.c: added back short version of --gimprc option. svn path=/trunk/; revision=23860
This commit is contained in:
parent
863c5e62ca
commit
c58c5e9659
|
@ -1,3 +1,7 @@
|
|||
2007-10-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/main.c: added back short version of --gimprc option.
|
||||
|
||||
2007-10-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpselectionoptions.c: removed a frame.
|
||||
|
|
|
@ -209,7 +209,7 @@ static const GOptionEntry main_entries[] =
|
|||
N_("Use an alternate sessionrc file"), "<name>"
|
||||
},
|
||||
{
|
||||
"gimprc", 0, 0,
|
||||
"gimprc", 'g', 0,
|
||||
G_OPTION_ARG_FILENAME, &user_gimprc,
|
||||
N_("Use an alternate user gimprc file"), "<filename>"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue