Changeset 32 for trunk/desktop/FlipSideICS.rbbas
- Timestamp:
- 04/11/10 16:42:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/FlipSideICS.rbbas
r28 r32 19 19 You should have received a copy of the GNU General Public License 20 20 along with Flip Side ICS Software. If not, see <http://www.gnu.org/licenses/>. 21 22 21 #tag EndNote 23 22 24 23 25 #tag Constant, Name = k FileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public26 #Tag Instance, Platform = Mac OS, Language = Default, Definition = \"Cmd+Q"27 #Tag Instance, Platform = Linux, Language = Default, Definition = \" Ctrl+Q"24 #tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public 25 #Tag Instance, Platform = Windows, Language = Default, Definition = \"&Delete" 26 #Tag Instance, Platform = Linux, Language = Default, Definition = \"&Delete" 28 27 #tag EndConstant 29 28 … … 32 31 #tag EndConstant 33 32 34 #tag Constant, Name = k EditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public35 #Tag Instance, Platform = Windows, Language = Default, Definition = \"&Delete"36 #Tag Instance, Platform = Linux, Language = Default, Definition = \" &Delete"33 #tag Constant, Name = kFileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public 34 #Tag Instance, Platform = Mac OS, Language = Default, Definition = \"Cmd+Q" 35 #Tag Instance, Platform = Linux, Language = Default, Definition = \"Ctrl+Q" 37 36 #tag EndConstant 38 37
Note: See TracChangeset
for help on using the changeset viewer.