mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Corrected miss-named Pushbutton.
This commit is contained in:
parent
1c1b34c3aa
commit
b95cc149aa
1 changed files with 2 additions and 2 deletions
|
@ -841,7 +841,7 @@
|
|||
<property name="title">
|
||||
<string>Amazon Web Services</string>
|
||||
</property>
|
||||
<widget class="QPushButton" name="createWebPagePushPushbutton">
|
||||
<widget class="QPushButton" name="createWebPagePushbutton">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
@ -1052,7 +1052,7 @@
|
|||
<tabstop>createTestRailRunPushbutton</tabstop>
|
||||
<tabstop>createTestRailTestCasesPushbutton</tabstop>
|
||||
<tabstop>createXMLScriptRadioButton</tabstop>
|
||||
<tabstop>createWebPagePushPushbutton</tabstop>
|
||||
<tabstop>createWebPagePushbutton</tabstop>
|
||||
<tabstop>updateAWSCheckBox</tabstop>
|
||||
<tabstop>awsURLLineEdit</tabstop>
|
||||
<tabstop>closePushbutton</tabstop>
|
||||
|
|
Loading…
Reference in a new issue