File usbprog-wxwidgets-2.4.diff of Package usbprog
---
gui/viewer_posix.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/gui/viewer_posix.cc
+++ b/gui/viewer_posix.cc
@@ -39,7 +39,7 @@ bool Viewer::openPDF(const wxString &fil
}
const wxChar *args[] = {
- wxString::FromUTF8(VIEWER_COMMAND),
+ wxT(VIEWER_COMMAND),
file,
NULL
};