[gnome-contacts] Fix up app menu xml



commit a5bf094b46f72c7f583c7dd91542632e2137e255
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Jan 31 17:03:37 2012 +0100

    Fix up app menu xml

 src/app-menu.ui |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/app-menu.ui b/src/app-menu.ui
index f72b959..e03440d 100644
--- a/src/app-menu.ui
+++ b/src/app-menu.ui
@@ -1,20 +1,20 @@
 <interface>
-  <menu id='app-menu'>
+  <menu id="app-menu">
     <section>
       <item>
-	<attribute name='action'>app.change_book</attribute>
-	<attribute name='label' translatable='yes'>_Change Address Book...</attribute>
+	<attribute name="action">app.change_book</attribute>
+	<attribute name="label" translatable="yes">_Change Address Book...</attribute>
       </item>
     </section>
     <section>
       <item>
-	<attribute name='action'>app.about</attribute>
-	<attribute name='label' translatable='yes'>_About Contacts</attribute>
+	<attribute name="action">app.about</attribute>
+	<attribute name="label" translatable="yes">_About Contacts</attribute>
       </item>
       <item>
-	<attribute name='action'>app.quit</attribute>
-	<attribute name='label' translatable='yes'>_Quit</attribute>
-	<attribute name='accel'>&lt;Primary>q</attribute>
+	<attribute name="action">app.quit</attribute>
+	<attribute name="label" translatable="yes">_Quit</attribute>
+	<attribute name="accel">&lt;Primary&gt;q</attribute>
     </item>
     </section>
   </menu>



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