bugGNUstep Application Project - Bugs: bug #42721, [GMastermind] When...

 
 

bug #42721: [GMastermind] When "Preferences" and "Help" are clicked, no action is taken

Submitter:  Riley Baird <orthogonal>
Submitted:  Thu 10 Jul 2014 12:50:05 AM UTC
   
 
Category:  Application Severity:  3 - Normal
Item Group:  Bug Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 10 Jul 2014 12:50:05 AM UTC, original submission:  

In the menu, when Info->Preferences... and Info->Help... are pressed, no action is taken. It would appear that this is because there are no preferences to be set, nor any documentation for the help menu. To avoid confusion, these items should be removed. To do this, the following lines should be removed from main.m

   [menu addItemWithTitle: _(@"Preferences...")
         action: @selector (runPreferencesPanel:)
         keyEquivalent: @""];
   [menu addItemWithTitle: _(@"Help...")
         action: @selector (orderFrontHelpPanel:)
         keyEquivalent: @"?"];

Riley Baird <orthogonal>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by orthogonal (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code