gtk: minor code cleanup
This commit is contained in:
parent
abe58dcd54
commit
f3a1f8728d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue