[Jsxe-cvs] SF.net SVN: jsxe: [1190] trunk/jsxe
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-08-28 21:56:27
|
Revision: 1190 Author: ian_lewis Date: 2006-08-28 14:56:21 -0700 (Mon, 28 Aug 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1190&view=rev Log Message: ----------- merge from 05pre3 branch rev. 1189 Modified Paths: -------------- trunk/jsxe/Changelog trunk/jsxe/src/net/sourceforge/jsxe/properties Modified: trunk/jsxe/Changelog =================================================================== --- trunk/jsxe/Changelog 2006-08-28 21:53:57 UTC (rev 1189) +++ trunk/jsxe/Changelog 2006-08-28 21:56:21 UTC (rev 1190) @@ -1,6 +1,7 @@ 08/28/2006 Ian Lewis <Ian...@me...> * Changed the messages files to be named the standard ResourceBundle way. + * Fixed default key binding for exit. 08/27/2006 Ian Lewis <Ian...@me...> Modified: trunk/jsxe/src/net/sourceforge/jsxe/properties =================================================================== --- trunk/jsxe/src/net/sourceforge/jsxe/properties 2006-08-28 21:53:57 UTC (rev 1189) +++ trunk/jsxe/src/net/sourceforge/jsxe/properties 2006-08-28 21:56:21 UTC (rev 1190) @@ -57,7 +57,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. |