Ignore:
Timestamp:
04/11/10 16:42:30 (15 years ago)
Author:
pinwc4
Message:

Removed logic pointing to a removed button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/FlipSideICS.rbbas

    r28 r32  
    1919                You should have received a copy of the GNU General Public License 
    2020                along with Flip Side ICS Software.  If not, see <http://www.gnu.org/licenses/>. 
    21                  
    2221        #tag EndNote 
    2322 
    2423 
    25         #tag Constant, Name = kFileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public 
    26                 #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" 
    2827        #tag EndConstant 
    2928 
     
    3231        #tag EndConstant 
    3332 
    34         #tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public 
    35                 #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" 
    3736        #tag EndConstant 
    3837 
Note: See TracChangeset for help on using the changeset viewer.