mirror of https://github.com/GNOME/gimp.git
string change.
2004-07-27 Sven Neumann <sven@gimp.org> * app/widgets/gimpfiledialog.c (gimp_file_dialog_new): string change.
This commit is contained in:
parent
a66a3b47c9
commit
7e3e851c63
|
@ -1,3 +1,7 @@
|
|||
2004-07-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimpfiledialog.c (gimp_file_dialog_new): string change.
|
||||
|
||||
2004-07-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpfiledialog.c (gimp_file_dialog_set_uri): make
|
||||
|
@ -46,7 +50,7 @@
|
|||
* app/widgets/gimpitemtreeview.c
|
||||
* app/widgets/gimplayertreeview.c
|
||||
* app/widgets/gimptoolview.c
|
||||
* app/widgets/widgets-types.h
|
||||
* app/widgets/widgets-types.h: changed accordingly.
|
||||
|
||||
* libgimpwidgets/Makefile.am
|
||||
* libgimpwidgets/gimpwidgets.def
|
||||
|
|
|
@ -147,7 +147,7 @@ gimp_file_dialog_new (Gimp *gimp,
|
|||
{
|
||||
case GTK_FILE_CHOOSER_ACTION_OPEN:
|
||||
file_procs = gimp->load_procs;
|
||||
automatic = _("Automatic");
|
||||
automatic = _("Automatically Detected");
|
||||
automatic_help_id = GIMP_HELP_FILE_OPEN_BY_EXTENSION;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue