Changeset 2bd0e4a in sasview


Ignore:
Timestamp:
May 7, 2018 3:11:18 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:
e810d8f
Parents:
49f9f9e
Message:

string formatting

File:
1 edited

Legend:

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

    r49f9f9e r2bd0e4a  
    241241        app = wx.App() 
    242242        dlg = GenericMessageBox(parent=None, 
    243             text='No compiler installed. Please follow instruction for ' 
    244                 'Xcode command line installation and restart SasView' 
    245                 'SasView is terminating now', 
     243            text='No compiler installed. Please follow instruction for\n' 
     244                'Xcode command line installation and restart SasView\n\n' 
     245                'SasView is terminating now\n', 
    246246            title = 'Compiler Info') 
    247247        dlg.Destroy() 
Note: See TracChangeset for help on using the changeset viewer.