[gnote/stable-0.6] Fix Previous and Next accelerators in the find bar



commit c05f898b764f262c60057d3ee22829f7d3cba667
Author: Iain Nicol <iain thenicols net>
Date:   Fri Oct 9 19:21:03 2009 +0100

    Fix Previous and Next accelerators in the find bar
    
    Fixes: https://bugzilla.gnome.org/597942
    
    Signed-off-by: Debarshi Ray <debarshir src gnome org>
    (cherry picked from commit 2bfeb7d3f1573b02e3b2eb11e9bda740c67a9a5b)

 src/notewindow.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index d3af732..601383d 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -621,8 +621,8 @@ namespace gnote {
   NoteFindBar::NoteFindBar(Note & note)
     : Gtk::HBox(false, 0)
     , m_note(note)
-    , m_next_button(_("_Next"))
-    , m_prev_button(_("_Previous"))
+    , m_next_button(_("_Next"), true)
+    , m_prev_button(_("_Previous"), true)
     , m_entry_changed_timeout(NULL)
     , m_note_changed_timeout(NULL)
     , m_shift_key_pressed(false)



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