diff options
Diffstat (limited to 'games/xptools/files/patch-WED__AboutBox.cpp')
-rw-r--r-- | games/xptools/files/patch-WED__AboutBox.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/xptools/files/patch-WED__AboutBox.cpp b/games/xptools/files/patch-WED__AboutBox.cpp deleted file mode 100644 index cc496f630d2e..000000000000 --- a/games/xptools/files/patch-WED__AboutBox.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/WEDWindows/WED_AboutBox.cpp.orig 2018-07-08 15:08:31 UTC -+++ src/WEDWindows/WED_AboutBox.cpp -@@ -79,8 +79,7 @@ void WED_AboutBox::Draw(GUI_GraphState - } - - char buf[1024]; -- -- sprintf(buf,"WorldEditor " WED_VERSION_STRING ", compiled on "__DATE__" "__TIME__); -+ sprintf( buf, "WorldEditor " WED_VERSION_STRING ", compiled on " "%s %s", __DATE__, __TIME__); - - GUI_FontDrawScaled(state, font_UI_Basic, color, - bounds[0], |