libgimp/gimpintl.h libgimp/libgimp-intl.h removed remaining usage of

2002-12-13  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpintl.h
	* libgimp/libgimp-intl.h
	* plug-ins/script-fu/script-fu-scripts.c: removed remaining usage
	of ENABLE_NLS.
This commit is contained in:
Sven Neumann
2002-12-13 13:23:47 +00:00
committed by Sven Neumann
parent 8183459c44
commit 12890477ef
6 changed files with 28 additions and 38 deletions

View File

@ -219,7 +219,7 @@ static void script_fu_brush_preview (gchar *name,
* Local variables
*/
static GTree *script_list = NULL;
static GTree *script_list = NULL;
static SFInterface *sf_interface = NULL; /* there can only be at most one
interactive interface */
@ -252,11 +252,7 @@ script_fu_find_scripts (void)
g_tree_destroy (script_list);
}
#ifdef ENABLE_NLS
script_list = g_tree_new ((GCompareFunc) strcoll);
#else
script_list = g_tree_new ((GCompareFunc) strcmp);
#endif
path_str = gimp_gimprc_query ("script-fu-path");