added skidau and myself to the about dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1412 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
aeb797cf57
commit
3fdd146357
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue