we don't use gtk, so we don't need INIT_I18N_UI

-Yosh
This commit is contained in:
Manish Singh 1999-11-14 02:15:33 +00:00
parent fa354890cc
commit 804f71b94b
3 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
Sat Nov 13 18:07:51 PST 1999 Manish Singh <yosh@gimp.org>
* plug-ins/common/rotate.c: we don't use gtk, so we don't need
INIT_I18N_UI
1999-11-14 Tor Lillqvist <tml@iki.fi>
* libgimp/gimpexport.c: Include config.h for ENABLE_NLS.

View File

@ -55,7 +55,6 @@
*/
#include <stdlib.h>
#include <gtk/gtk.h>
#include "config.h"
#include "libgimp/gimp.h"
#include "libgimp/stdplugins-intl.h"
@ -248,10 +247,7 @@ run (gchar *name,
*nreturn_vals = 1;
*return_vals = values;
if (run_mode != RUN_INTERACTIVE)
INIT_I18N();
else
INIT_I18N_UI();
INIT_I18N();
/* get image and drawable */
image_ID = param[1].data.d_int32;

View File

@ -39,7 +39,6 @@ plug-ins/common/oilify.c
plug-ins/common/png.c
plug-ins/common/ps.c
plug-ins/common/rotate.c
plug-ins/common/rotators.c
plug-ins/common/threshold_alpha.c
plug-ins/common/warp.c
plug-ins/common/xbm.c