[swell-foop] Removed quit menu item (#11)



commit 9003614c786f0f4c580022c18c88554b04e69fa6
Author: Robert Roth <robert roth off gmail com>
Date:   Fri Oct 5 23:07:40 2018 +0300

    Removed quit menu item (#11)

 src/swell-foop.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index d4d2a00..f831391 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -149,7 +149,6 @@ public class SwellFoop : Gtk.Application
         menu.append_section (null, section);
         section.append (_("_Help"), "app.help");
         section.append (_("_About"), "app.about");
-        section.append (_("_Quit"), "app.quit");
         set_app_menu (menu);
 
         /* Create a headerbar */


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