Author: mordante
Date: Thu Jul 17 17:44:03 2008
New Revision: 28061
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28061&view=rev
Log:
Set some file properties as spotted by AI0867.
Modified:
trunk/data/core/editor2-brushes.cfg (contents, props changed)
trunk/data/core/editor2-hotkeys.cfg (contents, props changed)
Modified: trunk/data/core/editor2-brushes.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/editor2-brushes.cfg?rev=28061&r1=28060&r2=28061&view=diff
==============================================================================
--- trunk/data/core/editor2-brushes.cfg (original)
+++ trunk/data/core/editor2-brushes.cfg Thu Jul 17 17:44:03 2008
@@ -1,77 +1,77 @@
-#textdomain wesnoth-editor
-
-[brush]
- radius=1
- name= _ "1 Hex"
- [relative]
- x=0
- y=0
- [/relative]
-[/brush]
-
-[brush]
- radius=2
- name= _ "Radius 2 Hex"
- [relative]
- x=0
- y=0
- [/relative]
-[/brush]
-
-[brush]
- radius=3
- name= _ "Radius 3 Hex"
- [relative]
- x=0
- y=0
- [/relative]
-[/brush]
-
-[brush]
- [relative]
- x=-1
- y=-1
- [/relative]
- [relative]
- x=1
- y=0
- [/relative]
- [relative]
- x=0
- y=0
- [/relative]
- name= _ "Hex Line NW-SE"
-[/brush]
-
-[brush]
- [relative]
- x=-1
- y=0
- [/relative]
- [relative]
- x=1
- y=-1
- [/relative]
- [relative]
- x=0
- y=0
- [/relative]
- name= _ "Hex Line NW-SE"
-[/brush]
-
-[brush]
- [relative]
- x=0
- y=1
- [/relative]
- [relative]
- x=0
- y=-1
- [/relative]
- [relative]
- x=0
- y=0
- [/relative]
- name= _ "Hex Line N-S"
-[/brush]
-
+#textdomain wesnoth-editor
+
+[brush]
+ radius=1
+ name= _ "1 Hex"
+ [relative]
+ x=0
+ y=0
+ [/relative]
+[/brush]
+
+[brush]
+ radius=2
+ name= _ "Radius 2 Hex"
+ [relative]
+ x=0
+ y=0
+ [/relative]
+[/brush]
+
+[brush]
+ radius=3
+ name= _ "Radius 3 Hex"
+ [relative]
+ x=0
+ y=0
+ [/relative]
+[/brush]
+
+[brush]
+ [relative]
+ x=-1
+ y=-1
+ [/relative]
+ [relative]
+ x=1
+ y=0
+ [/relative]
+ [relative]
+ x=0
+ y=0
+ [/relative]
+ name= _ "Hex Line NW-SE"
+[/brush]
+
+[brush]
+ [relative]
+ x=-1
+ y=0
+ [/relative]
+ [relative]
+ x=1
+ y=-1
+ [/relative]
+ [relative]
+ x=0
+ y=0
+ [/relative]
+ name= _ "Hex Line NW-SE"
+[/brush]
+
+[brush]
+ [relative]
+ x=0
+ y=1
+ [/relative]
+ [relative]
+ x=0
+ y=-1
+ [/relative]
+ [relative]
+ x=0
+ y=0
+ [/relative]
+ name= _ "Hex Line N-S"
+[/brush]
+
Propchange: trunk/data/core/editor2-brushes.cfg
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/data/core/editor2-hotkeys.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/editor2-hotkeys.cfg?rev=28061&r1=28060&r2=28061&view=diff
==============================================================================
--- trunk/data/core/editor2-hotkeys.cfg (original)
+++ trunk/data/core/editor2-hotkeys.cfg Thu Jul 17 17:44:03 2008
@@ -1,119 +1,119 @@
-# Editor key definitions
-
-#define IF_APPLE_CMD_ELSE_CTRL
-#ifdef APPLE
- cmd=yes
-#else
- ctrl=yes
-#endif
-#enddef
-
-[hotkey]
- command="editor-quit-to-desktop"
- key="q"
- shift=yes
- {IF_APPLE_CMD_ELSE_CTRL}
-[/hotkey]
-
-[hotkey]
- command="editor-map-save"
- description="Save map"
- key="s"
- {IF_APPLE_CMD_ELSE_CTRL}
-[/hotkey]
-
-[hotkey]
- command="editor-map-save-as"
- description="Save map as"
- key="s"
- {IF_APPLE_CMD_ELSE_CTRL}
- shift=yes
-[/hotkey]
-
-[hotkey]
- command="editor-map-new"
- description="New map"
- key="n"
- {IF_APPLE_CMD_ELSE_CTRL}
-[/hotkey]
-
-[hotkey]
- command="editor-map-load"
- description="Open a map file"
- key="o"
- {IF_APPLE_CMD_ELSE_CTRL}
-[/hotkey]
-
-[hotkey]
- command="editor-cut"
- description="Cut selection from map"
- key="x"
- {IF_APPLE_CMD_ELSE_CTRL}
-[/hotkey]
-
-[hotkey]
- command="editor-copy"
- description="Copy selection from map"
- key="c"
- {IF_APPLE_CMD_ELSE_CTRL}
-[/hotkey]
-
-[hotkey]
- command="editor-paste"
- description="Paste selection to map"
- key="v"
- {IF_APPLE_CMD_ELSE_CTRL}
-[/hotkey]
-
-[hotkey]
- command="editor-select-all"
- description="Select entire map"
- key="a"
- {IF_APPLE_CMD_ELSE_CTRL}
-[/hotkey]
-
-[hotkey]
- command="editor-tool-next"
- description="Select the next tool"
- key="n"
-[/hotkey]
-
-[hotkey]
- command="editor-tool-paint"
- description="Select the paint (draw) tool"
- key="d"
-[/hotkey]
-
-[hotkey]
- command="editor-tool-fill"
- description="Select the fill tool"
- key="f"
-[/hotkey]
-
-[hotkey]
- command="editor-tool-select"
- description="Select te selection tool"
- key="s"
-[/hotkey]
-
-[hotkey]
- command="editor-brush-next"
- description="Select the next brush"
- key="b"
- alt=yes
-[/hotkey]
-
-[hotkey]
- command="editor-refresh"
- description="Refresh map display"
- key="e"
- {IF_APPLE_CMD_ELSE_CTRL}
-[/hotkey]
-
-[hotkey]
- command="editor-update-transitions"
- description="Redraw/update terrain transitions"
- key="b"
-[/hotkey]
-
-#undef IF_APPLE_CMD_ELSE_CTRL
+# Editor key definitions
+
+#define IF_APPLE_CMD_ELSE_CTRL
+#ifdef APPLE
+ cmd=yes
+#else
+ ctrl=yes
+#endif
+#enddef
+
+[hotkey]
+ command="editor-quit-to-desktop"
+ key="q"
+ shift=yes
+ {IF_APPLE_CMD_ELSE_CTRL}
+[/hotkey]
+
+[hotkey]
+ command="editor-map-save"
+ description="Save map"
+ key="s"
+ {IF_APPLE_CMD_ELSE_CTRL}
+[/hotkey]
+
+[hotkey]
+ command="editor-map-save-as"
+ description="Save map as"
+ key="s"
+ {IF_APPLE_CMD_ELSE_CTRL}
+ shift=yes
+[/hotkey]
+
+[hotkey]
+ command="editor-map-new"
+ description="New map"
+ key="n"
+ {IF_APPLE_CMD_ELSE_CTRL}
+[/hotkey]
+
+[hotkey]
+ command="editor-map-load"
+ description="Open a map file"
+ key="o"
+ {IF_APPLE_CMD_ELSE_CTRL}
+[/hotkey]
+
+[hotkey]
+ command="editor-cut"
+ description="Cut selection from map"
+ key="x"
+ {IF_APPLE_CMD_ELSE_CTRL}
+[/hotkey]
+
+[hotkey]
+ command="editor-copy"
+ description="Copy selection from map"
+ key="c"
+ {IF_APPLE_CMD_ELSE_CTRL}
+[/hotkey]
+
+[hotkey]
+ command="editor-paste"
+ description="Paste selection to map"
+ key="v"
+ {IF_APPLE_CMD_ELSE_CTRL}
+[/hotkey]
+
+[hotkey]
+ command="editor-select-all"
+ description="Select entire map"
+ key="a"
+ {IF_APPLE_CMD_ELSE_CTRL}
+[/hotkey]
+
+[hotkey]
+ command="editor-tool-next"
+ description="Select the next tool"
+ key="n"
+[/hotkey]
+
+[hotkey]
+ command="editor-tool-paint"
+ description="Select the paint (draw) tool"
+ key="d"
+[/hotkey]
+
+[hotkey]
+ command="editor-tool-fill"
+ description="Select the fill tool"
+ key="f"
+[/hotkey]
+
+[hotkey]
+ command="editor-tool-select"
+ description="Select te selection tool"
+ key="s"
+[/hotkey]
+
+[hotkey]
+ command="editor-brush-next"
+ description="Select the next brush"
+ key="b"
+ alt=yes
+[/hotkey]
+
+[hotkey]
+ command="editor-refresh"
+ description="Refresh map display"
+ key="e"
+ {IF_APPLE_CMD_ELSE_CTRL}
+[/hotkey]
+
+[hotkey]
+ command="editor-update-transitions"
+ description="Redraw/update terrain transitions"
+ key="b"
+[/hotkey]
+
+#undef IF_APPLE_CMD_ELSE_CTRL
Propchange: trunk/data/core/editor2-hotkeys.cfg
------------------------------------------------------------------------------
svn:eol-style = native
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits