From 03f96b800cc445a979a78da3322c517a31dc160b Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Sun, 10 May 2015 02:41:14 +0000 Subject: [PATCH] added skidau and myself to the about dialog --- src/wx/CMakeLists.txt | 6 +----- src/wx/cmdevents.cpp | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/wx/CMakeLists.txt b/src/wx/CMakeLists.txt index 982cd1e3..44774038 100644 --- a/src/wx/CMakeLists.txt +++ b/src/wx/CMakeLists.txt @@ -67,10 +67,6 @@ include_directories(widgets) include_directories(${CMAKE_CURRENT_BINARY_DIR}) include_directories(${CMAKE_CURRENT_SOURCE_DIR}) -# Copy over needed icons -file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/icons/vbam.png DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}) -file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/icons/wxvbam.xpm DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}) - # wxrc does not support xrs files in -c output (> 10x compression) # so do it manually using slow but portable bin2c.cmake script ADD_CUSTOM_COMMAND(OUTPUT wxvbam.xrs @@ -128,7 +124,7 @@ SET( SRC_WX cmdhandlers.h cmd-evtable.h #Icon File - wxvbam.xpm + ../art/wxvbam.xpm ) IF(ENABLE_OPENAL) diff --git a/src/wx/cmdevents.cpp b/src/wx/cmdevents.cpp index 040b9884..a2ce8506 100644 --- a/src/wx/cmdevents.cpp +++ b/src/wx/cmdevents.cpp @@ -2195,6 +2195,8 @@ EVT_HANDLER(wxID_ABOUT, "About...") ai.AddDeveloper(wxT("Costis")); ai.AddDeveloper(wxT("chrono")); ai.AddDeveloper(wxT("xKiv")); + ai.AddDeveloper(wxT("Skidau")); + ai.AddDeveloper(wxT("TheCanadianBacon")); ai.AddDeveloper(wxT("Orig. VBA team")); wxAboutBox(ai);