Skip to content

Commit

Permalink
sdl: use uppercase Zeta in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Oct 15, 2024
1 parent d9a79bc commit 98294c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdl/frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ int main(int argc, char **argv) {

SDL_Thread* zzt_thread;

SDL_SetAppMetadata("zeta", VERSION, "pl.asie.zeta");
SDL_SetAppMetadata("Zeta", VERSION, "pl.asie.zeta");
if (!SDL_Init(SDL_INIT_AUDIO | SDL_INIT_VIDEO | SDL_INIT_GAMEPAD)) {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "SDL_Init failed! %s", SDL_GetError());
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Error", "Could not initialize SDL!", NULL);
Expand Down

0 comments on commit 98294c4

Please sign in to comment.