[Jsxe-cvs] SF.net SVN: jsxe: [1189] tags/05pre3/jsxe
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-08-28 21:54:02
|
Revision: 1189 Author: ian_lewis Date: 2006-08-28 14:53:57 -0700 (Mon, 28 Aug 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1189&view=rev Log Message: ----------- Fixed default key binding for exit Modified Paths: -------------- tags/05pre3/jsxe/Changelog tags/05pre3/jsxe/src/net/sourceforge/jsxe/properties Modified: tags/05pre3/jsxe/Changelog =================================================================== --- tags/05pre3/jsxe/Changelog 2006-08-28 20:01:40 UTC (rev 1188) +++ tags/05pre3/jsxe/Changelog 2006-08-28 21:53:57 UTC (rev 1189) @@ -1,3 +1,7 @@ +08/28/2006 Ian Lewis <Ian...@me...> + + * Fixed default key binding for exit. + 08/27/2006 Ian Lewis <Ian...@me...> * Updated the launch4j script to set the absolute path of the lib directory Modified: tags/05pre3/jsxe/src/net/sourceforge/jsxe/properties =================================================================== --- tags/05pre3/jsxe/src/net/sourceforge/jsxe/properties 2006-08-28 20:01:40 UTC (rev 1188) +++ tags/05pre3/jsxe/src/net/sourceforge/jsxe/properties 2006-08-28 21:53:57 UTC (rev 1189) @@ -55,7 +55,7 @@ #{{{ Default key bindings open-file.shortcut=C+o -exit.shortcut=C+x +exit.shortcut=C+q close-file.shortcut=C+w new-file.shortcut=C+n save-file.shortcut=C+s This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |