mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
app: Rename app/core GimpVectors vectors API...
...to path. Changes the names of gimp_vectors_* () API to gimp_path[s]_* (). Renames related files to [path] instead of [vectors], along with relevant enums and functions.
This commit is contained in:
parent
2d8d5e1e81
commit
2e6938b3da
95 changed files with 2252 additions and 2253 deletions
|
@ -251,7 +251,7 @@ script_fu_interface_dialog (SFScript *script,
|
|||
break;
|
||||
|
||||
case SF_VECTORS:
|
||||
widget = gimp_vectors_combo_box_new (NULL, NULL, NULL);
|
||||
widget = gimp_path_combo_box_new (NULL, NULL, NULL);
|
||||
ID_ptr = &arg->value.sfa_vectors;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue