plug-ins/common/curve_bend.c plug-ins/common/plugin-browser.c
2005-08-19 Sven Neumann <sven@gimp.org> * plug-ins/common/curve_bend.c * plug-ins/common/plugin-browser.c * plug-ins/helpbrowser/dialog.c * plug-ins/imagemap/imap_main.c * plug-ins/jpeg/jpeg-load.c: use canonical procedure names with gimp_run_procedure(). 2005-08-19 Sven Neumann <sven@gimp.org> * gimpmodule.c * gimp-drawable.c: use canonical procedure names with gimp_run_procedure().
This commit is contained in:
committed by
Sven Neumann
parent
fd7ed3dfd1
commit
f64b986b48
@ -952,7 +952,7 @@ load_remote_page (const gchar *uri)
|
||||
gint nreturn_vals;
|
||||
|
||||
/* try to call the user specified web browser */
|
||||
return_vals = gimp_run_procedure ("plug_in_web_browser",
|
||||
return_vals = gimp_run_procedure ("plug-in-web-browser",
|
||||
&nreturn_vals,
|
||||
GIMP_PDB_STRING, uri,
|
||||
GIMP_PDB_END);
|
||||
|
||||
Reference in New Issue
Block a user