]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/open_panels.cpp
UI: prefix/namespace resources for better maintainability
[vlc] / modules / gui / qt4 / components / open_panels.cpp
index bcfccefbc3b8621ffede3df280dfa244054c7c05..8f789e50ffa42dcd6e5d6486733f646eb0125f6b 100644 (file)
@@ -313,7 +313,7 @@ DiscOpenPanel::DiscOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
     BUTTONACT( ui.audioCDRadioButton, updateButtons() );
     BUTTONACT( ui.dvdsimple, updateButtons() );
     BUTTONACT( ui.browseDiscButton, browseDevice() );
-    BUTTON_SET_ACT_I( ui.ejectButton, "", eject, qtr( "Eject the disc" ),
+    BUTTON_SET_ACT_I( ui.ejectButton, "", toolbar/eject, qtr( "Eject the disc" ),
             eject() );
 
     CONNECT( ui.deviceCombo, editTextChanged( QString ), this, updateMRL());