Browse Source

testgdk: Update icon filename for the new png image

Ethan Lee 2 weeks ago
parent
commit
ea539c0075
1 changed files with 1 additions and 1 deletions
  1. 1 1
      VisualC-GDK/tests/testgdk/src/testgdk.cpp

+ 1 - 1
VisualC-GDK/tests/testgdk/src/testgdk.cpp

@@ -339,7 +339,7 @@ static bool SDLCALL GDKEventWatch(void* userdata, SDL_Event* event)
 int main(int argc, char *argv[])
 {
     int i;
-    const char *icon = "icon.bmp";
+    const char *icon = "icon.png";
     char *soundname = NULL;
     bool suppressdraw = false;