Skip to content

Commit

Permalink
Merge PR #3612: mumble: change title of windows which have the defaul…
Browse files Browse the repository at this point in the history
…t one ("Form")
  • Loading branch information
davidebeatrici committed Feb 26, 2019
2 parents c49301b + 268a437 commit c91553c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/mumble/ASIOInput.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string>ASIO</string>
</property>
<layout class="QVBoxLayout">
<item>
Expand Down
2 changes: 1 addition & 1 deletion src/mumble/AudioInput.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string>Audio input</string>
</property>
<layout class="QVBoxLayout">
<item>
Expand Down
2 changes: 1 addition & 1 deletion src/mumble/AudioOutput.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string>Audio output</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand Down
2 changes: 1 addition & 1 deletion src/mumble/LCD.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string>LCD</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
Expand Down
2 changes: 1 addition & 1 deletion src/mumble/Plugins.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
<string>Plugins</string>
</property>
<layout class="QVBoxLayout">
<item>
Expand Down

0 comments on commit c91553c

Please sign in to comment.