GUI: Filter toolbar didn't have a title.

Ticket: #2922 (GUI: Filter toolbar does not have a title)
This commit is contained in:
Kimmo Varis 2011-07-20 13:24:37 +03:00
parent 5ea79677a3
commit ee988a0689
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
</widget>
<widget class="QToolBar" name="mToolBarFilter">
<property name="windowTitle">
<string>toolBar</string>
<string>Filter</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>