[gnome-devel-docs] Small edit to prose in menubar.vala.page



commit 9e7ee1376a36afc2e91b1af09efeac6306bb62fb
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Sun Jul 1 21:37:14 2012 -0400

    Small edit to prose in menubar.vala.page

 platform-demos/C/menubar.vala.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/menubar.vala.page b/platform-demos/C/menubar.vala.page
index 924bde9..bde52a1 100644
--- a/platform-demos/C/menubar.vala.page
+++ b/platform-demos/C/menubar.vala.page
@@ -136,7 +136,7 @@ void quit_cb (SimpleAction action, Variant? parameter) {
 
 <section id="win-app"><title>Actions: Application or Window?</title>
   <p>Above, we created the "new" and "open" actions as part of the MyApplication class.
-  Actions which control the application itself should be created similarly.</p>
+  Actions which control the application itself, such as "quit" should be created similarly.</p>
 
   <p>Some actions, such as "copy" and "paste" deal with the window, not the application.
   Window actions should be created as part of the window class.</p>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]