[ekiga/ds-gtk-application] Main Window: Remove close action from the menu.



commit d94c0bf5b5f694a3ec12240a2477aa794b2767bd
Author: Damien Sandras <dsandras seconix com>
Date:   Sun Oct 12 11:54:16 2014 +0200

    Main Window: Remove close action from the menu.
    
    As recommended per the HIG3.

 lib/engine/gui/gtk-frontend/main_window.cpp |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/main_window.cpp b/lib/engine/gui/gtk-frontend/main_window.cpp
index c6cdfcd..6d10264 100644
--- a/lib/engine/gui/gtk-frontend/main_window.cpp
+++ b/lib/engine/gui/gtk-frontend/main_window.cpp
@@ -184,12 +184,6 @@ static const char* win_menu =
   "        <attribute name='action'>win.local-cluster-new</attribute>"
   "      </item>"
   "    </section>"
-  "    <section>"
-  "      <item>"
-  "        <attribute name='label' translatable='yes'>_Close</attribute>"
-  "        <attribute name='action'>win.close</attribute>"
-  "      </item>"
-  "    </section>"
   "  </menu>"
   "</interface>";
 


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