Bug 645456 - Inconsistent window (role) naming scheme

Applied patch from Christoph Kappel which adds a "gimp-" prefix to all
plug-in dialog window roles.
This commit is contained in:
Michael Natterer
2011-04-08 20:31:34 +02:00
parent 77b76ca945
commit 8c4d99f883
172 changed files with 288 additions and 133 deletions

View File

@ -223,7 +223,7 @@ script_fu_interface (SFScript *script,
title = g_strdup_printf (_("Script-Fu: %s"), sf_interface->title);
sf_interface->dialog = dialog =
gimp_dialog_new (title, "script-fu",
gimp_dialog_new (title, "gimp-script-fu",
NULL, 0,
gimp_standard_help_func, script->name,