Changeset c8a641e8 in sasview for src/sas


Ignore:
Timestamp:
Mar 21, 2016 7:42:57 AM (8 years ago)
Author:
krzywon
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
46d98b0, 1af8548
Parents:
d63cf11
Message:

Resolve #471 - Remove the "Welcome" option from the help menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/gui_manager.py

    rb080ba8 rc8a641e8  
    13421342        style = self.__gui_style & GUIFRAME.WELCOME_PANEL_ON 
    13431343 
    1344         if style == GUIFRAME.WELCOME_PANEL_ON or custom_config != None: 
    1345             # add the welcome panel menu item 
    1346             if config.WELCOME_PANEL_ON and self.defaultPanel is not None: 
    1347                 wx_id = wx.NewId() 
    1348                 self._help_menu.Append(wx_id, '&Welcome', '') 
    1349                 wx.EVT_MENU(self, wx_id, self.show_welcome_panel) 
    1350  
    1351         self._help_menu.AppendSeparator() 
    13521344        wx_id = wx.NewId() 
    13531345        self._help_menu.Append(wx_id, '&Documentation', '') 
Note: See TracChangeset for help on using the changeset viewer.