diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-07 23:08:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-07 23:08:38 +0100 |
| commit | d0702ff32eace9f49676600fef22f935a4e5e16a (patch) | |
| tree | 8d6357d65e95ce12d21f4651a7f825ecca845f95 /src/tools | |
| parent | 0e8364674b5963a08ce44fa9234b4e1cb64f29a6 (diff) | |
wx2.8 fixes.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/servomatic_gui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/servomatic_gui.cc b/src/tools/servomatic_gui.cc index 52ec0a3a3..5e36660eb 100644 --- a/src/tools/servomatic_gui.cc +++ b/src/tools/servomatic_gui.cc @@ -99,7 +99,7 @@ public: #endif #ifdef __WXGTK__ wxInitAllImageHandlers(); - wxBitmap bitmap (wxString::Format ("%s/taskbar_icon.png", POSIX_ICON_PREFIX), wxBITMAP_TYPE_PNG); + wxBitmap bitmap (wxString::Format (wxT ("%s/taskbar_icon.png"), POSIX_ICON_PREFIX), wxBITMAP_TYPE_PNG); wxIcon icon; icon.CopyFromBitmap (bitmap); #endif |
