[vlc-devel] commit: Qt: Use clear image for quit button. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Jan 22 11:38:56 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 22 11:33:14 2009 +0100| [9ab3dee9eb1e0676f2e0e38a43192abdb9a0f5b6] | committer: Jean-Baptiste Kempf
Qt: Use clear image for quit button.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ab3dee9eb1e0676f2e0e38a43192abdb9a0f5b6
---
modules/gui/qt4/components/controller.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/controller.hpp b/modules/gui/qt4/components/controller.hpp
index 1dedbfb..3446c38 100644
--- a/modules/gui/qt4/components/controller.hpp
+++ b/modules/gui/qt4/components/controller.hpp
@@ -115,7 +115,7 @@ static const QString iconL[BUTTON_MAX] ={ ":/play_b", ":/stop_b", ":/eject",
":/previous_b", ":/next_b", ":/slower", ":/faster", ":/fullscreen",
":/defullscreen", ":/extended", ":/playlist", ":/snapshot", ":/record",
":/atob_nob", ":/frame", ":/reverse", ":/skip_back", ":/skip_fw",
- ":/quit"};
+ ":/clear" };
enum
{
More information about the vlc-devel
mailing list