mirror of https://github.com/GNOME/gimp.git
updated links
2001-10-29 Sven Neumann <sven@gimp.org> * plug-ins/webbrowser/web-browser.scm: updated links * tools/pdbgen/lib.pl: cosmetic change (if (!x) -> unless (x)).
This commit is contained in:
parent
39dbecb70f
commit
5e9fc1d8e4
|
@ -1,3 +1,9 @@
|
|||
2001-10-29 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/webbrowser/web-browser.scm: updated links
|
||||
|
||||
* tools/pdbgen/lib.pl: cosmetic change (if (!x) -> unless (x)).
|
||||
|
||||
2001-10-28 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* config.h.win32 : define HAVE_DIRENT_H, it's from build/win32/dirent
|
||||
|
|
|
@ -89,11 +89,11 @@
|
|||
"Link to http://www.gtk.org/")
|
||||
|
||||
(define (script-fu-bookmark-10)
|
||||
(script-fu-bookmark "http://www.xach.com/gimp/news/"))
|
||||
(script-fu-bookmark "http://news.gimp.org/"))
|
||||
|
||||
(bookmark-register "script-fu-bookmark-10"
|
||||
_"<Toolbox>/Xtns/Web Browser/GIMP News"
|
||||
"Link to http://xach.dorknet.com/gimp/news/")
|
||||
"Link to http://news.gimp.org/")
|
||||
|
||||
(define (script-fu-bookmark-11)
|
||||
(script-fu-bookmark "http://registry.gimp.org/"))
|
||||
|
@ -131,11 +131,11 @@
|
|||
"Link to http://abattoir.cc.ndsu.nodak.edu/~nem/gimp/tuts/")
|
||||
|
||||
(define (script-fu-bookmark-16)
|
||||
(script-fu-bookmark "http://www.xach.com/gimp/news/bugreport.html"))
|
||||
(script-fu-bookmark "http://bugzilla.gnome.org/"))
|
||||
|
||||
(bookmark-register "script-fu-bookmark-16"
|
||||
_"<Toolbox>/Xtns/Web Browser/GIMP Bugs"
|
||||
"Link to http://www.xach.com/gimp/news/bugreport.html")
|
||||
"Link to http://bugzilla.gnome.org/")
|
||||
|
||||
(define (script-fu-bookmark-17)
|
||||
(script-fu-bookmark "http://gimp-savvy.com/"))
|
||||
|
|
|
@ -325,7 +325,7 @@ CP1
|
|||
memcpy ($var, return_vals[$argc].data.d_$type,
|
||||
$numvar * sizeof ($datatype));
|
||||
CP2
|
||||
$out->{headers} = "#include <string.h>\n" if (!($ch || $cf));
|
||||
$out->{headers} = "#include <string.h>\n" unless ($ch || $cf);
|
||||
}
|
||||
else {
|
||||
# The return value variable
|
||||
|
|
Loading…
Reference in New Issue