mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 20:42:34 +02:00
Changed icon name to zetaglest.ico (#88)
* Changed icon name to zetaglest.ico
This commit is contained in:
@@ -374,7 +374,7 @@ IF(BUILD_MEGAGLEST)
|
||||
ENDIF()
|
||||
|
||||
INSTALL(FILES
|
||||
"${PROJECT_SOURCE_DIR}/mk/shared/megaglest.ico"
|
||||
"${PROJECT_SOURCE_DIR}/mk/shared/zetaglest.ico"
|
||||
DESTINATION ${MEGAGLEST_INI_INSTALL_PATH})
|
||||
IF(UNIX AND APPLE AND NOT WANT_SINGLE_INSTALL_DIRECTORY)
|
||||
INSTALL(FILES
|
||||
|
@@ -261,7 +261,7 @@ void PlatformContextGl::init(int colorBits, int depthBits, int stencilBits,
|
||||
delete [] result.second;
|
||||
}
|
||||
|
||||
//SDL_Surface *icon = IMG_Load("megaglest.ico");
|
||||
//SDL_Surface *icon = IMG_Load("zetaglest.ico");
|
||||
|
||||
|
||||
//#if !defined(MACOSX)
|
||||
|
Reference in New Issue
Block a user