Changeset 4121 for lliurex-store/trunk/fuentes/lliurex-store-gui
- Timestamp:
- Apr 6, 2017, 2:57:15 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/PopupMenu.py
r4115 r4121 75 75 hbox=Gtk.HBox() 76 76 77 b.icon= "home.svg"78 b.icon_over= "home_white.svg"77 b.icon=self.core.rsrc_dir+"icons/small_icons/home.svg" 78 b.icon_over=self.core.rsrc_dir+"icons/small_icons/home_white.svg" 79 79 txt=_("Home") 80 80 … … 101 101 hbox=Gtk.HBox() 102 102 103 b.icon= "favorite.svg"104 b.icon_over= "favorite_white.svg"103 b.icon=self.core.rsrc_dir+"icons/small_icons/favorite.svg" 104 b.icon_over=self.core.rsrc_dir+"icons/small_icons/favorite_white.svg" 105 105 txt=_("My applications") 106 106
Note: See TracChangeset
for help on using the changeset viewer.