fixed a typo in #include "libgimpbase/gimpwin32-io.h"

2004-10-27  Michael Schumacher <schumaml@gmx.de>

	* app/widgets/gimpwidgets-utils.c: fixed a typo in
	#include "libgimpbase/gimpwin32-io.h"
This commit is contained in:
Michael Schumacher
2004-10-27 19:02:04 +00:00
committed by Michael Schumacher
parent ae73a6d440
commit e718a6817c
2 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#include <glib.h>
#ifdef G_OS_WIN32
#include "libbgimpbase/gimpwin32-io.h"
#include "libgimpbase/gimpwin32-io.h"
#endif
#include <gtk/gtk.h>