From 25d8b80d79e3f283cbeae98867ee13c2f1e8537f Mon Sep 17 00:00:00 2001 From: san Date: Sat, 12 May 2012 14:17:08 +0000 Subject: [PATCH] SUIT_DataBrowser::setShortcutKey() mistyping corrected --- src/SUIT/SUIT_DataBrowser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUIT/SUIT_DataBrowser.cxx b/src/SUIT/SUIT_DataBrowser.cxx index f470f6397..4a6161ff1 100644 --- a/src/SUIT/SUIT_DataBrowser.cxx +++ b/src/SUIT/SUIT_DataBrowser.cxx @@ -176,7 +176,7 @@ int SUIT_DataBrowser::shortcutKey(const int id) const */ void SUIT_DataBrowser::setShortcutKey( const int id, const int key ) { - ShortcutMap::iterator it = myShortcutMap.find( key ); + ShortcutMap::iterator it = myShortcutMap.find( id ); if( it != myShortcutMap.end() ) (*it)->setKey(key); } -- 2.39.2