Changeset b3de12a4 in sasview
- Timestamp:
- May 22, 2011 10:27:22 AM (14 years ago)
- 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:
- c5a769e
- Parents:
- 026041c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/startup_configuration.py
r026041c rb3de12a4 81 81 current_bt.SetValue(False) 82 82 current_bt.Bind(wx.EVT_RADIOBUTTON, self.OnCurrent) 83 msg = "\nThis new selection will take effect after\n"83 msg = "\nThis new configuration will take effect after\n" 84 84 msg += "restarting the SansView application..." 85 85 note_txt = wx.StaticText(panel, -1, msg, (15, 75)) 86 note_txt.SetForegroundColour(" red")86 note_txt.SetForegroundColour("black") 87 87 hbox = wx.BoxSizer(wx.HORIZONTAL) 88 88 cancelButton = wx.Button(self, -1, 'Cancel', size=(70, 25))
Note: See TracChangeset
for help on using the changeset viewer.