summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachit Gupta <rachitgupta1792@gmail.com>2014-06-21 09:16:16 +0530
committerRachit Gupta <rachitgupta1792@gmail.com>2014-08-04 20:27:54 +0530
commit4275619c59efbb4549823314c11792800446c4c4 (patch)
treeeaf75efb9b450c6ffeae56e43b46906b2e12b5ad
parentea80471a5e8d54338df8cd4715985e7f44526e17 (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 2de20481f4b9..5e2308c59e2c 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