mirror of https://github.com/GNOME/gimp.git
parent
d104a9b345
commit
db784a41c5
|
@ -1,3 +1,7 @@
|
|||
Mon Feb 14 18:53:23 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/winclipboard.c: typo
|
||||
|
||||
2000-02-14 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/gimpvector.[ch]: name parameters "vector1", "vector2"
|
||||
|
|
|
@ -531,7 +531,7 @@ CB_PasteImage (gboolean interactive,
|
|||
|
||||
/* following the slow part ... */
|
||||
if (interactive)
|
||||
gimp_progress_init ( _("Pasteing ..."));
|
||||
gimp_progress_init ( _("Pasting ..."));
|
||||
|
||||
pData = GlobalLock(hDIB);
|
||||
if (pData)
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
Mon Feb 14 18:49:46 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* de.po: updates to the german translation by Knut Neumann
|
||||
<knut.neumann@uni-duesseldorf.de> (no, we are not related)
|
||||
|
||||
2000-02-13 David Monniaux <monniaux@quatramaran.ens.fr>
|
||||
|
||||
* fr.po: Updated French translation.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue