[vlc-commits] Qt: OpenDialog: Don't mix up icons
Francois Cartegnie
git at videolan.org
Mon Apr 22 19:20:18 CEST 2013
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Apr 22 19:19:14 2013 +0200| [d88e140e5ca66a292802d6738b61ca4187302e56] | committer: Francois Cartegnie
Qt: OpenDialog: Don't mix up icons
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d88e140e5ca66a292802d6738b61ca4187302e56
---
modules/gui/qt4/dialogs/open.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/dialogs/open.cpp b/modules/gui/qt4/dialogs/open.cpp
index 0c43fc3..33430be 100644
--- a/modules/gui/qt4/dialogs/open.cpp
+++ b/modules/gui/qt4/dialogs/open.cpp
@@ -86,7 +86,7 @@ OpenDialog::OpenDialog( QWidget *parent,
captureOpenPanel = new CaptureOpenPanel( this, p_intf );
/* Insert the tabs */
- ui.Tab->insertTab( OPEN_FILE_TAB, fileOpenPanel, QIcon( ":/type/folder-grey" ),
+ ui.Tab->insertTab( OPEN_FILE_TAB, fileOpenPanel, QIcon( ":/type/file-asym" ),
qtr( "&File" ) );
ui.Tab->insertTab( OPEN_DISC_TAB, discOpenPanel, QIcon( ":/type/disc" ),
qtr( "&Disc" ) );
More information about the vlc-commits
mailing list