Changeset 1270e3c in sasview for src


Ignore:
Timestamp:
May 15, 2018 4:04:36 AM (6 years ago)
Author:
wojciech
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
0863065
Parents:
fac42cf
Message:

Improved message text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasview/sasview.py

    rfac42cf r1270e3c  
    145145 
    146146                wx.Dialog.__init__(self, parent, -1, title = title, 
    147                                size = (360,180), pos=(20,60), 
     147                               size = (360,200), pos=(20,60), 
    148148                               style = wx.STAY_ON_TOP | wx.DEFAULT_DIALOG_STYLE) 
    149149                panel = wx.Panel(self, -1) 
     
    178178        except subprocess.CalledProcessError as exc: 
    179179            dlg = GenericMessageBox(parent=None, 
    180             text='No compiler installed. Please follow instruction for\n' 
    181                 'command line developers tools installation and restart SasView\n\n' 
    182                 'Alternatively one can use OpenCL compiler,\n' 
    183                  'which can be setup from menu Fitting->OpenCL Options\n\n', 
     180            text='No compiler installed. Please install command line\n' 
     181                'developers tools by clicking \"Install\" in another winodw\n\n' 
     182                'Alternatively click \"Not Now\" and use OpenCL\n' 
     183                 'compiler, which can be set up from menu Fitting->OpenCL Options\n\n', 
    184184            title = 'Compiler Info') 
    185185            dlg.Show() 
Note: See TracChangeset for help on using the changeset viewer.