From 32e2c7613db5bba4b9e57ab65884ca2043f826b4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 27 Sep 2003 15:14:44 +0000 Subject: [PATCH] Unicode fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/displayx11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/displayx11.cpp b/src/unix/displayx11.cpp index 807c20e804..20cd747e13 100644 --- a/src/unix/displayx11.cpp +++ b/src/unix/displayx11.cpp @@ -144,7 +144,7 @@ int wxDisplay::GetDepth() const wxString wxDisplay::GetName() const { - return ""; + return wxEmptyString; } #endif /* wxUSE_DISPLAY */ -- 2.45.2