gtk: minor code cleanup

This commit is contained in:
punkrockguy318 2011-03-19 00:54:07 +00:00
parent abe58dcd54
commit f3a1f8728d
1 changed files with 2 additions and 2 deletions

View File

@ -1076,7 +1076,7 @@ void quit ()
exit(0); exit(0);
} }
void showAbout () void openAbout ()
{ {
GtkWidget* aboutDialog; GtkWidget* aboutDialog;
@ -1899,7 +1899,7 @@ static GtkActionEntry normal_entries[] = {
{"RecordMovieAsAction", NULL, "Record _As", NULL, NULL, G_CALLBACK(recordMovieAs)}, {"RecordMovieAsAction", NULL, "Record _As", NULL, NULL, G_CALLBACK(recordMovieAs)},
{"HelpMenuAction", NULL, "_Help"}, {"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 // Menu items with a check box that can be toggled on or off