Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
5a2dc56e
Commit
5a2dc56e
authored
Jan 11, 2001
by
Valek Frob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug with ??? instead chars for non-latin chars. (by AEN aen@logic.ru)
parent
6f857c99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
plug-ins/script-fu/script-fu.c
plug-ins/script-fu/script-fu.c
+1
-1
No files found.
ChangeLog
View file @
5a2dc56e
2001-01-11 Valek Filippov <frob@df.ru>
* plug-ins/script-fu.c: changed INIT_I18N() to INIT_I18N_UI().
2001-01-10 Sven Neumann <sven@gimp.org>
* libgimp/gimpcolorarea.[ch]: finished new GimpColorArea widget which
...
...
plug-ins/script-fu/script-fu.c
View file @
5a2dc56e
...
...
@@ -1099,7 +1099,7 @@ script_fu_auxillary_init (void)
};
static
gint
nargs
=
sizeof
(
args
)
/
sizeof
(
args
[
0
]);
INIT_I18N
();
INIT_I18N
_UI
();
gimp_install_temp_proc
(
"script_fu_refresh"
,
_
(
"Re-read all available scripts"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment