ENH: clarify label for current generator.

This commit is contained in:
Clinton Stimpson 2007-11-06 00:04:37 -05:00
parent b61e5ff0f2
commit 87e1004f25
2 changed files with 1 additions and 4 deletions

View File

@ -422,7 +422,7 @@ void CMakeSetupDialog::promptForGenerator()
void CMakeSetupDialog::updateGeneratorLabel(const QString& gen) void CMakeSetupDialog::updateGeneratorLabel(const QString& gen)
{ {
QString str = tr("Build for: "); QString str = tr("Current Generator: ");
if(gen.isEmpty()) if(gen.isEmpty())
{ {
str += tr("None"); str += tr("None");

View File

@ -92,9 +92,6 @@
</item> </item>
<item> <item>
<widget class="QLabel" name="Generator" > <widget class="QLabel" name="Generator" >
<property name="text" >
<string>Build For:</string>
</property>
</widget> </widget>
</item> </item>
<item> <item>