All files compile in Unicode mode, but I have only converted things near
points of compiler warnings/errors, they have not been exhaustively reviewed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -220,15 +220,15 @@ void wxDirCtrl::SetupSections()
|
||||
|
||||
m_paths.Clear();
|
||||
m_names.Clear();
|
||||
ADD_SECTION("/", _("The Computer") )
|
||||
ADD_SECTION(_T("/"), _("The Computer") )
|
||||
wxGetHomeDir(&home);
|
||||
ADD_SECTION(home, _("My Home") )
|
||||
ADD_SECTION("/mnt", _("Mounted Devices") )
|
||||
ADD_SECTION("/usr", _("User") )
|
||||
ADD_SECTION("/usr/local", _("User Local") )
|
||||
ADD_SECTION("/var", _("Variables") )
|
||||
ADD_SECTION("/etc", _("Etcetera") )
|
||||
ADD_SECTION("/tmp", _("Temporary") )
|
||||
ADD_SECTION(_T("/mnt"), _("Mounted Devices") )
|
||||
ADD_SECTION(_T("/usr"), _("User") )
|
||||
ADD_SECTION(_T("/usr/local"), _("User Local") )
|
||||
ADD_SECTION(_T("/var"), _("Variables") )
|
||||
ADD_SECTION(_T("/etc"), _("Etcetera") )
|
||||
ADD_SECTION(_T("/tmp"), _("Temporary") )
|
||||
}
|
||||
#undef ADD_SECTION
|
||||
|
||||
|
Reference in New Issue
Block a user