diff --git a/src/drivers/sdl/gui.cpp b/src/drivers/sdl/gui.cpp index fcc2e4a5..e4426e80 100644 --- a/src/drivers/sdl/gui.cpp +++ b/src/drivers/sdl/gui.cpp @@ -1076,7 +1076,7 @@ void quit () exit(0); } -void showAbout () +void openAbout () { GtkWidget* aboutDialog; @@ -1899,7 +1899,7 @@ static GtkActionEntry normal_entries[] = { {"RecordMovieAsAction", NULL, "Record _As", NULL, NULL, G_CALLBACK(recordMovieAs)}, {"HelpMenuAction", NULL, "_Help"}, - {"AboutAction", GTK_STOCK_ABOUT, "_About", NULL, NULL, G_CALLBACK(showAbout)}, + {"AboutAction", GTK_STOCK_ABOUT, "_About", NULL, NULL, G_CALLBACK(openAbout)}, }; // Menu items with a check box that can be toggled on or off