Mercurial > hg > svapp
comparison framework/MainWindowBase.cpp @ 155:6a24c797c157
* very minor changes
author | Chris Cannam |
---|---|
date | Mon, 09 Feb 2009 16:50:52 +0000 |
parents | 6f1e64670451 |
children | 89737ffa4580 |
comparison
equal
deleted
inserted
replaced
154:386b02c926bf | 155:6a24c797c157 |
---|---|
961 << tr("Load this file into a new waveform pane"); | 961 << tr("Load this file into a new waveform pane"); |
962 | 962 |
963 bool ok = false; | 963 bool ok = false; |
964 QString item = ListInputDialog::getItem | 964 QString item = ListInputDialog::getItem |
965 (this, tr("Select target for import"), | 965 (this, tr("Select target for import"), |
966 tr("<b>Select a target for import</b><p>You already have an audio waveform loaded.\nWhat would you like to do with the new audio file?"), | 966 tr("<b>Select a target for import</b><p>You already have an audio waveform loaded.<br>What would you like to do with the new audio file?"), |
967 items, prevSetAsMain ? 0 : 1, &ok); | 967 items, prevSetAsMain ? 0 : 1, &ok); |
968 | 968 |
969 if (!ok || item.isEmpty()) { | 969 if (!ok || item.isEmpty()) { |
970 delete newModel; | 970 delete newModel; |
971 m_openingAudioFile = false; | 971 m_openingAudioFile = false; |