[vlc-devel] commit: WinCE intf: don't use old preferences macros (Geoffroy Couprie )
git version control
git at videolan.org
Thu Feb 19 01:41:06 CET 2009
vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Thu Feb 19 01:36:52 2009 +0100| [3bc410784e8d63794bcd7ab2a582dac67ee70629] | committer: Geoffroy Couprie
WinCE intf: don't use old preferences macros
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3bc410784e8d63794bcd7ab2a582dac67ee70629
---
modules/gui/wince/preferences.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/wince/preferences.cpp b/modules/gui/wince/preferences.cpp
index 488c637..554a37a 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;
More information about the vlc-devel
mailing list