Changeset 240

Show
Ignore:
Timestamp:
06/28/07 21:09:49 (1 year ago)
Author:
takkaria
Message:

Fix up the names for the entries of the option menu.

Files:

Legend:

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

    r232 r240  
    39293929        {'1', "Interface options", do_cmd_options_aux, (void*)0},  
    39303930        {'2', "Display options", do_cmd_options_aux, (void*)1}, 
    3931         {'3', "Warning options", do_cmd_options_aux, (void*)2},  
    3932         {'4', "Birth (Difficulty) options", do_cmd_options_aux, (void*)3},  
     3931        {'3', "Warning and disturbance options", do_cmd_options_aux, (void*)2},  
     3932        {'4', "Birth (difficulty) options", do_cmd_options_aux, (void*)3},  
    39333933        {'5', "Cheat options", do_cmd_options_aux, (void*)4},  
    39343934        {0, 0, 0, 0}, /* Load and append */ 
    39353935        {'W', "Subwindow display settings", (action_f) do_cmd_options_win, 0},  
    3936         {'S', "Item squelch and Autoinscribe settings", (action_f) do_cmd_options_item, 0},  
     3936        {'S', "Item squelch settings", (action_f) do_cmd_options_item, 0},  
    39373937        {'D', "Set base delay factor", (action_f) do_cmd_delay, 0},  
    39383938        {'H', "Set hitpoint warning", (action_f) do_cmd_hp_warn, 0},  
    3939         {0, 0, 0,}, /* Special choices */ 
     3939        {0, 0, 0, 0}, /* Special choices */ 
    39403940        {'L', "Load a user pref file", (action_f) do_cmd_pref_file_hack, (void*)20}, 
    39413941        {'A', "Dump options", do_dump_options, 0},  
    3942         {0, 0, 0,}, /* Interact with */        
     3942        {0, 0, 0, 0}, /* Interact with */      
    39433943        {'M', "Interact with macros (advanced)", (action_f) do_cmd_macros, 0}, 
    39443944        {'V', "Interact with visuals (advanced)", (action_f) do_cmd_visuals, 0},