Commit 3bc41078 authored by Geoffroy Couprie's avatar Geoffroy Couprie

WinCE intf: don't use old preferences macros

parent 3220b6ce
......@@ -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;
......
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