]> git.sesse.net Git - vlc/commitdiff
Qt: add a new 'lock' icon.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Feb 2009 10:15:14 +0000 (11:15 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Feb 2009 10:15:14 +0000 (11:15 +0100)
modules/gui/qt4/Modules.am
modules/gui/qt4/pixmaps/lock.png [new file with mode: 0644]
modules/gui/qt4/vlc.qrc

index 783563058b5c5af1174bb7e9b70451230d4b5af7..ba008fe0edd1bbe1ea1efaa8f05acccc96571f1b 100644 (file)
@@ -166,7 +166,8 @@ DEPS_res = \
        pixmaps/types/type_node.png \
        pixmaps/types/type_playlist.png \
        pixmaps/types/type_unknown.xpm \
-       pixmaps/update.png
+       pixmaps/update.png \
+       pixmaps/lock.png
 
 BUILT_SOURCES += $(nodist_SOURCES_qt4)
 
diff --git a/modules/gui/qt4/pixmaps/lock.png b/modules/gui/qt4/pixmaps/lock.png
new file mode 100644 (file)
index 0000000..9b9bbc8
Binary files /dev/null and b/modules/gui/qt4/pixmaps/lock.png differ
index 9a3c2e3cb23f817f3f5decef117c983b6ea11d6a..0e5aef322a05d3d8ce4055b192ff6fef1744639c 100644 (file)
@@ -90,5 +90,6 @@
   <file alias="space">pixmaps/space.png</file>
   <file>pixmaps/go-next.png</file>
   <file alias="new.png">pixmaps/profile_new.png</file>
+  <file alias="lock">pixmaps/lock.png</file>
  </qresource>
 </RCC>