lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master bd0485e: Remove a pointless and troublesome t


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bd0485e: Remove a pointless and troublesome tooltip
Date: Thu, 16 Feb 2017 08:36:57 -0500 (EST)

branch: master
commit bd0485e8450dcb7b8e21584630210ae9d0c889ff
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove a pointless and troublesome tooltip
    
    See:
      http://lists.nongnu.org/archive/html/lmi/2017-02/msg00052.html
---
 input_sequence_entry.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/input_sequence_entry.cpp b/input_sequence_entry.cpp
index 90ed17f..3c588d2 100644
--- a/input_sequence_entry.cpp
+++ b/input_sequence_entry.cpp
@@ -1369,7 +1369,6 @@ class InputSequenceButton
 InputSequenceButton::InputSequenceButton(wxWindow* parent, wxWindowID id)
     :wxButton(parent, id, "...", wxDefaultPosition, wxDefaultSize, 
wxBU_EXACTFIT)
 {
-    SetToolTip("Open sequence editor");
 }
 
 } // Unnamed namespace.



reply via email to

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