Skip to content

Commit

Permalink
viewer: rename manufacturer column to vendor
Browse files Browse the repository at this point in the history
For consistency with the Genicam specification.
  • Loading branch information
EmmanuelP committed Jul 25, 2018
1 parent 0ffdcb3 commit 41bdda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewer/arv-viewer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<object class="GtkTreeSelection"/>
</child>
<child>
<object class="GtkTreeViewColumn" id="manufacturer">
<property name="title" translatable="yes">Manufacturer</property>
<object class="GtkTreeViewColumn" id="vendor">
<property name="title" translatable="yes">Vendor</property>
<child>
<object class="GtkCellRendererText"/>
<attributes>
Expand Down

0 comments on commit 41bdda2

Please sign in to comment.