~stefan-schwarzburg/qreator/fix_bug_1208033

« back to all changes in this revision

Viewing changes to data/ui/QreatorWindow.ui

  • Committer: Stefan Schwarzburg
  • Date: 2013-05-27 08:57:21 UTC
  • mfrom: (159.2.6 desktop_missing_icons)
  • Revision ID: stefan.schwarzburg@gmail.com-20130527085721-d5un5bzoqv7knium
This fixes bug #1182766 ("Edit QR code" and "Change the QR colors" icons missing) 
by adding a custom search path to the default icon theme, and distributing the
icons in question within our codebase. 

The local path is "data/media/" and the icons are:
-preferences-color-symolic
-text-editor-symbolic
-printer-symbolc

The last icon was added to fix a scaling error in 12.04, and was renamed to 
-qreator-printer-symbolic

Show diffs side-by-side

added added

removed removed

Lines of Context:
627
627
                        <property name="tooltip_text" translatable="yes">Print QR code</property>
628
628
                        <property name="label" translatable="yes">Print</property>
629
629
                        <property name="use_underline">True</property>
630
 
                        <property name="icon_name">printer-symbolic</property>
 
630
                        <property name="icon_name">qreator-printer-symbolic</property>
631
631
                      </object>
632
632
                      <packing>
633
633
                        <property name="expand">False</property>
634
634
                        <property name="homogeneous">True</property>
635
635
                      </packing>
636
636
                    </child>
637
 
 
638
637
                    <child>
639
638
                      <object class="GtkToggleToolButton" id="toolbuttonEdit">
640
639
                        <property name="use_action_appearance">False</property>