[gnome-devel-docs] demos: small fixes to menubutton pages and screenshot



commit 3e9e49bda1c5d350dafa8c464ab0757cc6ce42bd
Author: Tiffany Ann Antopolski <tiffany antopolski gmail com>
Date:   Tue Jul 2 01:14:25 2013 -0400

    demos: small fixes to menubutton pages and screenshot

 platform-demos/C/media/menubutton.png  |  Bin 13213 -> 13971 bytes
 platform-demos/C/menubutton.py.page    |    2 +-
 platform-demos/C/samples/menubutton.js |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/media/menubutton.png b/platform-demos/C/media/menubutton.png
index b9fb607..acbb757 100644
Binary files a/platform-demos/C/media/menubutton.png and b/platform-demos/C/media/menubutton.png differ
diff --git a/platform-demos/C/menubutton.py.page b/platform-demos/C/menubutton.py.page
index 15a5031..211ef1a 100644
--- a/platform-demos/C/menubutton.py.page
+++ b/platform-demos/C/menubutton.py.page
@@ -34,7 +34,7 @@
     
   <section id="code">
   <title>Code used to generate this example</title>
-    <code mime="text/x-csharp" style="numbered"><xi:include href="samples/menubutton.py" 
parse="text"><xi:fallback/></xi:include></code>
+    <code mime="text/x-python" style="numbered"><xi:include href="samples/menubutton.py" 
parse="text"><xi:fallback/></xi:include></code>
   </section>
 
   <section id="methods">
diff --git a/platform-demos/C/samples/menubutton.js b/platform-demos/C/samples/menubutton.js
index c1797e9..699800d 100644
--- a/platform-demos/C/samples/menubutton.js
+++ b/platform-demos/C/samples/menubutton.js
@@ -22,7 +22,7 @@ const Application = new Lang.Class ({
     _buildUI: function() {
         this._window = new Gtk.ApplicationWindow({ application: this.application,
                                                    window_position: Gtk.WindowPosition.CENTER,
-                                                   title: "Welcome to GNOME" });
+                                                   title: "MenuButton Example" });
         this._window.set_default_size(600, 400);
         this.grid = new Gtk.Grid();
         this._window.add(this.grid);


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