From: Tilman Sauerbeck Date: Sun, 22 Apr 2007 14:45:22 +0000 (+0200) Subject: Formatting tweaks. X-Git-Url: http://git.code-monkey.de/?p=raktpdf.git;a=commitdiff_plain;h=4f8fb1d7ac832753d4beff7a8b175e61727a86b9 Formatting tweaks. --- diff --git a/src/rakt-window.c b/src/rakt-window.c index 24fcf50..1ada22c 100644 --- a/src/rakt-window.c +++ b/src/rakt-window.c @@ -65,8 +65,8 @@ static const GtkActionEntry action_entries[] = { "HelpMenu", NULL, "_Help", NULL, NULL, NULL }, { - "Open", GTK_STOCK_OPEN, - "_Open", "O", "Open a PDF file", + "Open", GTK_STOCK_OPEN, "_Open", + "O", "Open a PDF file", G_CALLBACK (on_action_open) }, { @@ -80,13 +80,13 @@ static const GtkActionEntry action_entries[] = { G_CALLBACK (on_action_go_previous) }, { - "Quit", GTK_STOCK_QUIT, - "_Quit", "Q", "Quit the application", + "Quit", GTK_STOCK_QUIT, "_Quit", + "Q", "Quit the application", G_CALLBACK (on_action_quit) }, { - "About", GTK_STOCK_ABOUT, - "_About", NULL, "About this application", + "About", GTK_STOCK_ABOUT, "_About", + NULL, "About this application", G_CALLBACK (on_action_about) } };