removed unnecessary dialog popup /tig

This commit is contained in:
Tuomas Kuosmanen 2000-05-28 21:43:11 +00:00
parent b46ac5e9fd
commit 30fb21f753
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2000-05-29 Tuomas Kuosmanen <tigert@gimp.org>
* plug-ins/gdyntext/gdyntext.c (gdt_get_values): We dont need to say
this to the user every time. Since the user just needs to click "ok"
anyway.
Sun May 28 10:21:50 PDT 2000 Manish Singh <yosh@gimp.org>
* Made 1.1.23 release (1.2pre)

View File

@ -303,9 +303,6 @@ void gdt_get_values(GdtVals *data)
gdtparams = gimp_layer_get_name(data->layer_id);
if (!gimp_drawable_has_alpha(data->drawable_id) || strncmp(gdtparams, "GDT", 3) != 0) {
data->messages = g_list_append(data->messages,
_("Current layer isn't a GDynText layer or it has no alpha channel.\n"
" Forcing new layer creation.\n"));
data->new_layer = TRUE;
strcpy(data->text, "");
strcpy(data->font_family, "");