[glom] Find button: Use the mnemonic



commit ee014a9eff3075eed312f7f18464969a16b869a4
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 15 13:15:01 2013 +0200

    Find button: Use the mnemonic

 glom/mode_data/box_data.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/mode_data/box_data.cc b/glom/mode_data/box_data.cc
index 9832633..2f82608 100644
--- a/glom/mode_data/box_data.cc
+++ b/glom/mode_data/box_data.cc
@@ -39,7 +39,7 @@ namespace Glom
 {
 
 Box_Data::Box_Data()
-: m_Button_Find(_("_Find"))
+: m_Button_Find(_("_Find"), true)
 #ifndef GLOM_ENABLE_CLIENT_ONLY
   ,m_pDialogLayout(0)
 #endif // !GLOM_ENABLE_CLIENT_ONLY


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