diff options
author | Rachit Gupta <rachitgupta1792@gmail.com> | 2014-06-21 09:16:16 +0530 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-08-14 19:43:29 +0200 |
commit | e7e5ab1683a86de587f2c8b5511d13c334548903 (patch) | |
tree | 8f52352dd82d61ebcb0b65fd57367429ede4b519 /cui | |
parent | 67a6a411e52edc6d839896d02123d92aba3e4b7d (diff) |
Fixed Typo.
Change-Id: I8d0b34e0c34c349baaa7c9a56fd1e6cfe3ad6934
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/personalization.hxx | 2 |
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 |