Mercurial > hg > svgui
comparison widgets/TransformFinder.cpp @ 451:129d1e82a94e
* Make it possible to Find a Transform even when no file loaded (it
just won't be run)
author | Chris Cannam |
---|---|
date | Thu, 20 Nov 2008 12:21:33 +0000 |
parents | 35b7cbcfc2d0 |
children | 7bec0807d7ba |
comparison
equal
deleted
inserted
replaced
450:35b7cbcfc2d0 | 451:129d1e82a94e |
---|---|
146 if (haveUninstalled) { | 146 if (haveUninstalled) { |
147 m_beforeSearchLabel->setText(base); | 147 m_beforeSearchLabel->setText(base); |
148 } else { | 148 } else { |
149 m_beforeSearchLabel->setText | 149 m_beforeSearchLabel->setText |
150 (base + | 150 (base + |
151 tr("<p>%1<br>Perhaps the network connection is down, or services are responding too slowly.<br>Only the descriptions of installed plugins will be searched.").arg(nopull)); | 151 tr("<p>%1<br>Perhaps the network connection is down, services are responding too slowly, or a processing problem has occurred.<br>Only the descriptions of installed plugins will be searched.").arg(nopull)); |
152 } | 152 } |
153 } else { | 153 } else { |
154 if (haveUninstalled) { | 154 if (haveUninstalled) { |
155 m_beforeSearchLabel->setText | 155 m_beforeSearchLabel->setText |
156 (base + | 156 (base + |