summaryrefslogtreecommitdiff
path: root/data/simple-scan.ui
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2011-08-27 10:54:21 +0200
committerAlessio Treglia <alessio@debian.org>2011-08-27 10:54:21 +0200
commit87ebc2af1f0417b3bc38a233e28ff673eff4fa51 (patch)
tree747dd400400bf7593642d0ab321a4e37df2ee188 /data/simple-scan.ui
parent0898b615a2ea01bd65aa1d560350b48bd036b5b6 (diff)
Imported Upstream version 3.1.5upstream/3.1.5
Diffstat (limited to 'data/simple-scan.ui')
-rw-r--r--data/simple-scan.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/simple-scan.ui b/data/simple-scan.ui
index 7dcd2d7..102a7a8 100644
--- a/data/simple-scan.ui
+++ b/data/simple-scan.ui
@@ -924,21 +924,21 @@
<object class="GtkListStore" id="page_side_store">
<columns>
<!-- column-name side -->
- <column type="gchararray"/>
+ <column type="gint"/>
<!-- column-name label -->
<column type="gchararray"/>
</columns>
<data>
<row>
- <col id="0">both</col>
+ <col id="0">3</col>
<col id="1" translatable="yes" comments="Combo box label for scanning both sides of a page">Front and Back</col>
</row>
<row>
- <col id="0">front</col>
+ <col id="0">1</col>
<col id="1" translatable="yes" comments="Combo box label for scanning the front side of a page">Front</col>
</row>
<row>
- <col id="0">back</col>
+ <col id="0">2</col>
<col id="1" translatable="yes" comments="Combo box label for scanning the back side of a page">Back</col>
</row>
</data>