desktop: reduce some string copying in favour of _T() strings
commit7a48a7b5f5ac372720f948a206a6547bbffa1035
authorChris Frey <cdfrey@foursquare.net>
Sat, 14 Jul 2012 03:12:00 +0000 (13 23:12 -0400)
committerChris Frey <cdfrey@foursquare.net>
Sat, 14 Jul 2012 03:50:11 +0000 (13 23:50 -0400)
treebfaaea7f4d6da3892a0480b1ac6cca8c8e1923af
parent3809e5ec72ad75eaa554fa8df141df242641d59d
desktop: reduce some string copying in favour of _T() strings

This splits the overloaded *Print() functions in SyncStatusDlg.*
between wxString and std::string.  Bojan reported that this overloading
can cause ambiguous argument compiler warnings.

We'll need to convert these strings, both wxString and std::string,
to _T(), and maybe _(), for translation work anyway, someday.
desktop/src/SyncStatusDlg.cc
desktop/src/SyncStatusDlg.h