[imp] Change default icons on res.config view buttons
authorXavier Morel <xmo@tinyerp.com>
Tue, 15 Dec 2009 16:22:58 +0000 (17:22 +0100)
committerXavier Morel <xmo@tinyerp.com>
Tue, 15 Dec 2009 16:22:58 +0000 (17:22 +0100)
bzr revid: xmo@tinyerp.com-20091215162258-xsh9fvq9p76evqh3

bin/addons/base/res/res_config.xml

index 8cdb96b..2f68bb5 100644 (file)
@@ -12,9 +12,9 @@
           <field name="progress" widget="progressbar" nolabel="1" colspan="1"/>
           <label string="" colspan="1"/>
           <group colspan="2" col="4">
-            <button name="action_skip" icon="gtk-cancel" special="cancel"
+            <button name="action_skip" icon="gtk-goto-last" special="cancel"
                     type="object" string="Skip"/>
-            <button name="action_next" icon="gtk-ok"
+            <button name="action_next" icon="gtk-go-forward"
                     type="object" string="Next"/>
           </group>
         </form>