From: Geoffroy Couprie Date: Thu, 19 Feb 2009 00:36:52 +0000 (+0100) Subject: WinCE intf: don't use old preferences macros X-Git-Tag: 1.0.0-pre1~578 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3bc410784e8d63794bcd7ab2a582dac67ee70629;p=vlc WinCE intf: don't use old preferences macros --- diff --git a/modules/gui/wince/preferences.cpp b/modules/gui/wince/preferences.cpp index 488c637a6c..554a37ac5c 100644 --- a/modules/gui/wince/preferences.cpp +++ b/modules/gui/wince/preferences.cpp @@ -366,7 +366,7 @@ PrefsTreeCtrl::PrefsTreeCtrl( intf_thread_t *_p_intf, ConfigTreeData *config_data = new ConfigTreeData; config_data->i_object_id = TYPE_CATEGORY; config_data->psz_help = strdup(MAIN_HELP); - config_data->psz_name = strdup( GENERAL_TITLE ); + config_data->psz_name = strdup( "General" ); tvi.pszText = _T("General settings"); tvi.cchTextMax = lstrlen(_T("General settings")); tvi.lParam = (long)config_data;