X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fcontrol%2Fglobalhotkeys%2Fwin32.c;h=6f896729a48aa55aa573c6fe7b311c1c9e17976a;hp=d8bfaefa92d9119a192030036aeb039d781f0c5e;hb=1f50361f07b281f209dee4dc1aa308c2a1fcef80;hpb=5f1e2f74487c1e284452eab00106e31d1a293abf diff --git a/modules/control/globalhotkeys/win32.c b/modules/control/globalhotkeys/win32.c index d8bfaefa92..6f896729a4 100644 --- a/modules/control/globalhotkeys/win32.c +++ b/modules/control/globalhotkeys/win32.c @@ -43,10 +43,10 @@ LRESULT CALLBACK WMHOTKEYPROC( HWND, UINT, WPARAM, LPARAM ); * Module descriptor *****************************************************************************/ vlc_module_begin() - set_shortname( _("Global Hotkeys") ) + set_shortname( N_("Global Hotkeys") ) set_category( CAT_INTERFACE ) set_subcategory( SUBCAT_INTERFACE_HOTKEYS ) - set_description( _("Global Hotkeys interface") ) + set_description( N_("Global Hotkeys interface") ) set_capability( "interface", 0 ) set_callbacks( Open, Close ) vlc_module_end()