don't mark a string for translation which should never be used.
2003-05-27 Sven Neumann <sven@gimp.org> * app/gui/vectors-commands.c (vectors_selection_to_vectors): don't mark a string for translation which should never be used.
This commit is contained in:
parent
8addf4daa6
commit
c229fda7b5
@ -1,3 +1,8 @@
|
||||
2003-05-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/gui/vectors-commands.c (vectors_selection_to_vectors): don't
|
||||
mark a string for translation which should never be used.
|
||||
|
||||
2003-05-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/tools/gimpfreeselecttool.[ch]
|
||||
|
@ -353,7 +353,7 @@ vectors_selection_to_vectors (GimpImage *gimage,
|
||||
|
||||
if (! proc_rec)
|
||||
{
|
||||
g_message (_("Selection to path procedure lookup failed."));
|
||||
g_message ("Selection to path procedure lookup failed.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -353,7 +353,7 @@ vectors_selection_to_vectors (GimpImage *gimage,
|
||||
|
||||
if (! proc_rec)
|
||||
{
|
||||
g_message (_("Selection to path procedure lookup failed."));
|
||||
g_message ("Selection to path procedure lookup failed.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user