gimp r24768 - in trunk: . app/tools
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24768 - in trunk: . app/tools
- Date: Fri,  1 Feb 2008 11:47:12 +0000 (GMT)
Author: mitch
Date: Fri Feb  1 11:47:11 2008
New Revision: 24768
URL: http://svn.gnome.org/viewvc/gimp?rev=24768&view=rev
Log:
2008-02-01  Michael Natterer  <mitch gimp org>
	* app/tools/gimppolygonselecttool.h: fix include guards.
Modified:
   trunk/ChangeLog
   trunk/app/tools/gimppolygonselecttool.h
Modified: trunk/app/tools/gimppolygonselecttool.h
==============================================================================
--- trunk/app/tools/gimppolygonselecttool.h	(original)
+++ trunk/app/tools/gimppolygonselecttool.h	Fri Feb  1 11:47:11 2008
@@ -21,8 +21,8 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#ifndef GIMP_POLYGON_SELECT_TOOL_H
-#define GIMP_POLYGON_SELECT_TOOL_H
+#ifndef __GIMP_POLYGON_SELECT_TOOL_H__
+#define __GIMP_POLYGON_SELECT_TOOL_H__
 
 
 #include "gimpselectiontool.h"
@@ -59,4 +59,4 @@
                                            GimpDisplay           *display);
 
 
-#endif /* GIMP_POLYGON_SELECT_TOOL_H */
+#endif /* __GIMP_POLYGON_SELECT_TOOL_H__ */
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]