Remove (most) occurrences of wxT() macro from the samples
Also replace wxChar* with wxString. Closes https://github.com/wxWidgets/wxWidgets/pull/945
This commit is contained in:
committed by
Vadim Zeitlin
parent
e768046774
commit
f58ea62596
@@ -15,7 +15,7 @@
|
||||
|
||||
// the default service name
|
||||
#define IPC_SERVICE "4242"
|
||||
//#define IPC_SERVICE wxT("/tmp/wxsrv424")
|
||||
//#define IPC_SERVICE "/tmp/wxsrv424"
|
||||
|
||||
// the hostname
|
||||
#define IPC_HOST "localhost"
|
||||
|
Reference in New Issue
Block a user