Changeset 576

Show
Ignore:
Timestamp:
09/21/07 10:42:10 (1 year ago)
Author:
takkaria
Message:

Fix [575] not to use numbers as tags. Again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/cmd4.c

    r575 r576  
    39603960static menu_action option_actions [] =  
    39613961{ 
    3962         {'1', "Interface options", do_cmd_options_aux, (void*)0},  
    3963         {'2', "Display options", do_cmd_options_aux, (void*)1}, 
    3964         {'3', "Warning and disturbance options", do_cmd_options_aux, (void*)2},  
    3965         {'4', "Birth (difficulty) options", do_cmd_options_aux, (void*)3},  
    3966         {'5', "Cheat options", do_cmd_options_aux, (void*)4},  
     3962        {'a', "Interface options", do_cmd_options_aux, (void*)0},  
     3963        {'b', "Display options", do_cmd_options_aux, (void*)1}, 
     3964        {'e', "Warning and disturbance options", do_cmd_options_aux, (void*)2},  
     3965        {'f', "Birth (difficulty) options", do_cmd_options_aux, (void*)3},  
     3966        {'g', "Cheat options", do_cmd_options_aux, (void*)4},  
    39673967        {0, 0, 0, 0}, /* Load and append */ 
    39683968        {'w', "Subwindow display settings", (action_f) do_cmd_options_win, 0},