1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

Add "..." on import and export buttons

This commit is contained in:
elafargue 2011-06-13 18:59:53 +02:00
parent 54d57f1815
commit b4d65102b1

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>483</width> <width>483</width>
<height>154</height> <height>174</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -89,7 +89,7 @@
<string>Export the GCS settings selected in the checkboxes above.</string> <string>Export the GCS settings selected in the checkboxes above.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Export</string> <string>Export...</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -99,7 +99,7 @@
<string>Import settings from the config file, only for the items checked above.</string> <string>Import settings from the config file, only for the items checked above.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Import</string> <string>Import...</string>
</property> </property>
</widget> </widget>
</item> </item>