Commit e6c801c5 authored by Alexander Law's avatar Alexander Law Committed by Jean-Baptiste Kempf

"Post processing" menu item is not localizable

parent 5f1a7058
...@@ -1620,7 +1620,7 @@ QMenu *VLCMenuBar::PPMenu( intf_thread_t *p_intf ) ...@@ -1620,7 +1620,7 @@ QMenu *VLCMenuBar::PPMenu( intf_thread_t *p_intf )
{ {
int i_q = ExtVideo::getPostprocessing( p_intf ); int i_q = ExtVideo::getPostprocessing( p_intf );
QMenu *submenu = new QMenu( "&Post processing" ); QMenu *submenu = new QMenu( qtr("&Post processing") );
QActionGroup *actionGroup = new QActionGroup(submenu); QActionGroup *actionGroup = new QActionGroup(submenu);
QAction *action; QAction *action;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment