diff src/graphics.cc @ 11283:58f175d39a7a

GUI file functions
author Kai Habel <kai.habel@gmx.de>
date Sun, 21 Nov 2010 14:25:32 +0100
parents fe11e2b9d48a
children 1511bbfe6a6e
line wrap: on
line diff
--- a/src/graphics.cc	Sat Nov 20 16:33:14 2010 -0800
+++ b/src/graphics.cc	Sun Nov 21 14:25:32 2010 +0100
@@ -1490,7 +1490,7 @@
             has_property = surface::properties::has_core_property (pname);
           else if (pfx == "hggroup")
             has_property = hggroup::properties::has_core_property (pname);
-	  else if (pfx == "uimenu")
+          else if (pfx == "uimenu")
             has_property = uimenu::properties::has_core_property (pname);
 
           if (has_property)