summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachit Gupta <rachitgupta1792@gmail.com>2014-06-21 09:16:16 +0530
committerRachit Gupta <rachitgupta1792@gmail.com>2014-06-21 09:16:16 +0530
commit8f1e214887adf28e7ae2f5aceb409038684cdbe8 (patch)
treeeceb759a42364cf90abc533d6a9d01c43a8fac5f
parentcb5236f244cc7231816af3c191be3987daf3c673 (diff)
Fixed Typo.
Change-Id: I8d0b34e0c34c349baaa7c9a56fd1e6cfe3ad6934
-rw-r--r--cui/source/options/personalization.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/personalization.hxx b/cui/source/options/personalization.hxx
index 8e0520e58c3f..1254e8295ab8 100644
--- a/cui/source/options/personalization.hxx
+++ b/cui/source/options/personalization.hxx
@@ -74,7 +74,7 @@ private:
PushButton *m_pSearchButton; ///< The search button
FixedText *m_pProgressLabel; ///< The label for showing progress of search
PushButton *m_vResultList[9]; ///< List of buttons to show search results
- PushButton *m_vSearchSuggestions[9]; ///< List of buttons for the search suggestions
+ PushButton *m_vSearchSuggestions[5]; ///< List of buttons for the search suggestions
PushButton *m_pOkButton; ///< The OK button
PushButton *m_pCancelButton; ///< The Cancel button