ENH: clarify label for current generator.
This commit is contained in:
parent
b61e5ff0f2
commit
87e1004f25
|
@ -422,7 +422,7 @@ void CMakeSetupDialog::promptForGenerator()
|
|||
|
||||
void CMakeSetupDialog::updateGeneratorLabel(const QString& gen)
|
||||
{
|
||||
QString str = tr("Build for: ");
|
||||
QString str = tr("Current Generator: ");
|
||||
if(gen.isEmpty())
|
||||
{
|
||||
str += tr("None");
|
||||
|
|
|
@ -92,9 +92,6 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="Generator" >
|
||||
<property name="text" >
|
||||
<string>Build For:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in New Issue