lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ee272a29 02/13: Suppress certain GTK diagnost


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ee272a29 02/13: Suppress certain GTK diagnostics
Date: Mon, 9 May 2022 20:13:17 -0400 (EDT)

branch: master
commit ee272a2939305488fd38744ca40f9255b4288f13
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Suppress certain GTK diagnostics
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2022-05/msg00003.html
---
 menus.xrc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/menus.xrc b/menus.xrc
index fc4fd739..e00754dc 100644
--- a/menus.xrc
+++ b/menus.xrc
@@ -258,12 +258,14 @@
         <help>Cascade windows</help>
     </object>
     <object class="wxMenuItem" name="window_next">
-        <label>_Next\tCtrl-Tab</label>
+        <label platform="unix|mac">_Next</label>
+        <label platform="win">_Next\tCtrl-Tab</label>
         <bitmap platform="win" stock_id="window-next"/>
         <help>Go to next window</help>
     </object>
     <object class="wxMenuItem" name="window_previous">
-        <label>_Previous\tCtrl-Shift-Tab</label>
+        <label platform="unix|mac">_Previous</label>
+        <label platform="win">_Previous\tCtrl-Shift-Tab</label>
         <bitmap platform="win" stock_id="window-previous"/>
         <help>Go to previous window</help>
     </object>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]