From bb16e54c7c5dc6f52e88b736a4f4f986018d0db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 8 May 2012 13:48:48 +0200 Subject: [PATCH] plugman: Update GtkBuilder markup The markup for menus was changed in commit eed307713b8ef, update the plugman example to use the new format. --- examples/plugman.c | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/examples/plugman.c b/examples/plugman.c index 4bd4f06748..6f0ed2ad20 100644 --- a/examples/plugman.c +++ b/examples/plugman.c @@ -391,27 +391,48 @@ plug_man_startup (GApplication *application) "" " " "
" - " " + " " + " _About Plugman" + " app.about" + " " "
" "
" - " " + " " + " _Quit" + " app.quit" + " <Primary>q" + " " "
" "
" " " - " " + " " + " _Edit" "
" - " " - " " + " " + " _Copy" + " win.copy" + " " + " " + " _Paste" + " win.paste" + " " "
" " " " " "
" - " " + " " + " Plugins" + " app.plugins" + " " "
" "
" - " " + " " + " _View" "
" - " " + " " + " _Fullscreen" + " win.fullscreen" + " " "
" "
" "
"