stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/data/ccl/human ui.lua


From: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/data/ccl/human ui.lua
Date: Thu, 20 Nov 2003 12:16:28 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/11/20 12:16:28

Modified files:
        data/ccl/human : ui.lua 

Log message:
        Fixed spaces

Patches:
Index: stratagus/data/ccl/human/ui.lua
diff -u stratagus/data/ccl/human/ui.lua:1.1 stratagus/data/ccl/human/ui.lua:1.2
--- stratagus/data/ccl/human/ui.lua:1.1 Wed Nov 19 17:41:51 2003
+++ stratagus/data/ccl/human/ui.lua     Thu Nov 20 12:16:27 2003
@@ -26,7 +26,7 @@
 --      along with this program; if not, write to the Free Software
 --      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 --
---     $Id: ui.lua,v 1.1 2003/11/19 22:41:51 jsalmon3 Exp $
+--     $Id: ui.lua,v 1.2 2003/11/20 17:16:27 jsalmon3 Exp $
 
 DefineCursor("cursor-point", "human",
     "image", "ui/human/cursors/human_gauntlet.png",
@@ -224,16 +224,16 @@
       "cross", "cursor-cross",
       "yellow", "cursor-yellow-hair",
       "green", "cursor-green-hair",
-      "red", " cursor-red-hair",
-      "scroll", " cursor-scroll",
-      "arrow-e", " cursor-arrow-e",
-      "arrow-ne", " cursor-arrow-ne",
-      "arrow-n", " cursor-arrow-n",
-      "arrow-nw", " cursor-arrow-nw",
-      "arrow-w", " cursor-arrow-w",
-      "arrow-sw", " cursor-arrow-sw",
-      "arrow-s", " cursor-arrow-s",
-      "arrow-se", " cursor-arrow-se"},
+      "red", "cursor-red-hair",
+      "scroll", "cursor-scroll",
+      "arrow-e", "cursor-arrow-e",
+      "arrow-ne", "cursor-arrow-ne",
+      "arrow-n", "cursor-arrow-n",
+      "arrow-nw", "cursor-arrow-nw",
+      "arrow-w", "cursor-arrow-w",
+      "arrow-sw", "cursor-arrow-sw",
+      "arrow-s", "cursor-arrow-s",
+      "arrow-se", "cursor-arrow-se"},
 
     "menu-panels", {
       "panel1", "graphics/ui/human/panel_1.png",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]