fixed #1792 address column header in InterfaceEditorWidget should say "IP Address"

This commit is contained in:
Vadim Kurland
2010-10-06 21:34:01 +00:00
parent 4e56d710f9
commit 966fad1749
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 3328
#define BUILD_NUM 3331
+1 -4
View File
@@ -137,15 +137,12 @@
</item>
<item row="3" column="0" colspan="4">
<widget class="QTableWidget" name="addresses">
<attribute name="horizontalHeaderDefaultSectionSize">
<number>50</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>50</number>
</attribute>
<column>
<property name="text">
<string>Address</string>
<string>IP Address</string>
</property>
</column>
<column>