diff options
Diffstat (limited to 'editors/zoinks/files/patch-fw-TTopLevelWindow.cpp')
-rw-r--r-- | editors/zoinks/files/patch-fw-TTopLevelWindow.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/zoinks/files/patch-fw-TTopLevelWindow.cpp b/editors/zoinks/files/patch-fw-TTopLevelWindow.cpp deleted file mode 100644 index adc4f3600d75..000000000000 --- a/editors/zoinks/files/patch-fw-TTopLevelWindow.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ./fw/TTopLevelWindow.cpp.orig 2007-11-03 00:02:58.000000000 +0100 -+++ ./fw/TTopLevelWindow.cpp 2007-11-03 00:03:17.000000000 +0100 -@@ -91,8 +91,8 @@ - } - - XClassHint* classHints = XAllocClassHint(); -- classHints->res_name = "Zoinks"; -- classHints->res_class = "ZOINKS"; -+ classHints->res_name = (char *)"Zoinks"; -+ classHints->res_class = (char *)"ZOINKS"; - - int argc = 0; - char** argv = NULL; |