mirror of https://github.com/GNOME/gimp.git
install the message handler for the "Gimp-Dialogs" domain.
2004-09-13 Michael Natterer <mitch@gimp.org> * app/app_procs.c (app_run): install the message handler for the "Gimp-Dialogs" domain.
This commit is contained in:
parent
e93af81c53
commit
359303a796
|
@ -1,3 +1,8 @@
|
|||
2004-09-13 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/app_procs.c (app_run): install the message handler for the
|
||||
"Gimp-Dialogs" domain.
|
||||
|
||||
2004-09-13 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/actions/file-commands.c: resurrected file_open_dialog_show()
|
||||
|
|
|
@ -182,6 +182,7 @@ app_run (const gchar *full_prog_name,
|
|||
"Gimp-Composite",
|
||||
"Gimp-Config",
|
||||
"Gimp-Core",
|
||||
"Gimp-Dialogs",
|
||||
"Gimp-Display",
|
||||
"Gimp-File",
|
||||
"Gimp-GUI",
|
||||
|
|
Loading…
Reference in New Issue