Explorar o código

testgdk: Update icon filename for the new png image

Ethan Lee hai 7 meses
pai
achega
ea539c0075
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;