git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37818
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxChar pname[52];
if (GetVolumeInformation( path.c_str(), pname, 52, NULL, NULL, NULL, NULL, 0 ))
{
wxChar pname[52];
if (GetVolumeInformation( path.c_str(), pname, 52, NULL, NULL, NULL, NULL, 0 ))
{
- name.Printf(wxT("%s %s"), (const wxChar*) name, pname );
+ name << _T(' ') << pname;
int imageId;
int driveType = ::GetDriveType(path);
int imageId;
int driveType = ::GetDriveType(path);