diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-14 13:33:27 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-14 13:33:27 -0500 |
commit | fde9147dfb80f0cbc42191a6cf713189db50926d (patch) | |
tree | ca0c1f86443f388c676c736e06083775f3f9a940 /clients/tde/src/app/views/instrumentview.cpp | |
parent | c66aeafbcf4d55a2c75988b8c7cc7c926c2638ba (diff) | |
download | ulab-fde9147dfb80f0cbc42191a6cf713189db50926d.tar.gz ulab-fde9147dfb80f0cbc42191a6cf713189db50926d.zip |
Remove spurious files and lock client MDI to standard mode
Diffstat (limited to 'clients/tde/src/app/views/instrumentview.cpp')
-rw-r--r-- | clients/tde/src/app/views/instrumentview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tde/src/app/views/instrumentview.cpp b/clients/tde/src/app/views/instrumentview.cpp index 4b3d92e..ab6c141 100644 --- a/clients/tde/src/app/views/instrumentview.cpp +++ b/clients/tde/src/app/views/instrumentview.cpp @@ -35,7 +35,7 @@ void InstrumentView::init() { KLibFactory *factory = KLibLoader::self()->factory(m_libraryName.ascii()); if (!factory) { - KMessageBox::error( this, i18n("TDE could not find the Remote Laboratory Communications Analyzer Part, or the Remote Laboratory Communications Analyzer Part could not be started. Did you make install?") ); + KMessageBox::error( this, i18n("TDE could not find the %1 Part, or the Remote Laboratory Communications Analyzer Part could not be started. Did you make install?").arg(m_libraryName) ); TQTimer::singleShot(0, this, SLOT(close())); } else { |