[gnote] Fix Previous and Next accelerators in the find bar
- From: Debarshi Ray <debarshir src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnote] Fix Previous and Next accelerators in the find bar
- Date: Sun, 3 Jan 2010 17:02:49 +0000 (UTC)
commit 2bfeb7d3f1573b02e3b2eb11e9bda740c67a9a5b
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>
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]