moonshot-window: Fix typos about the use of Stock icons
authorJavier Jardón <javier.jardon@codethink.co.uk>
Mon, 13 Jun 2011 17:51:43 +0000 (18:51 +0100)
committerJavier Jardón <javier.jardon@codethink.co.uk>
Mon, 13 Jun 2011 17:51:43 +0000 (18:51 +0100)
src/moonshot-window.vala

index 179108e..f6fe105 100644 (file)
@@ -477,7 +477,7 @@ SUCH DAMAGE.
 #if VALA_0_12
                                 Stock.ADD,
 #else
-                                STOCK.ADD,
+                                STOCK_ADD,
 #endif
                                 N_("Add ID Card"),
                                 null,
@@ -488,7 +488,7 @@ SUCH DAMAGE.
 #if VALA_0_12
                                  Stock.QUIT,
 #else
-                                 STOCK.QUIT,
+                                 STOCK_QUIT,
 #endif
                                  N_("Quit"),
                                  "<control>Q",
@@ -505,7 +505,7 @@ SUCH DAMAGE.
 #if VALA_0_12
                                   Stock.ABOUT,
 #else
-                                  STOCK.ABOUT,
+                                  STOCK_ABOUT,
 #endif
                                   N_("About"),
                                   null,