Skip to content

Commit

Permalink
rename "Load" button text to "Open Image" to be more consistent with …
Browse files Browse the repository at this point in the history
…other programs
  • Loading branch information
Theverat committed May 3, 2017
1 parent 4f4172b commit dd1f487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_gui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="">
<widget class="QWidget" name="layoutWidget">
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<layout class="QVBoxLayout" name="layout_queue">
Expand All @@ -33,7 +33,7 @@
<item>
<widget class="QPushButton" name="pushButton_load">
<property name="text">
<string>Load</string>
<string>Open Image</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit dd1f487

Please sign in to comment.