Changed icon name to zetaglest.ico (#88)

* Changed icon name to zetaglest.ico
This commit is contained in:
MathuSum Mut
2018-03-05 04:20:26 +01:00
committed by Andy Alt
parent d999bc87da
commit ca283f781d
9 changed files with 21 additions and 21 deletions

View File

@@ -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

View File

@@ -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)