browserui/browser/BrowserAppSrc/BrowserPreferences.cpp
changeset 22 d6f226a5ad2c
parent 19 16a119033e3e
child 31 868cceedabd3
--- a/browserui/browser/BrowserAppSrc/BrowserPreferences.cpp	Thu Sep 24 12:40:29 2009 +0300
+++ b/browserui/browser/BrowserAppSrc/BrowserPreferences.cpp	Mon Oct 26 08:18:09 2009 +0200
@@ -721,7 +721,8 @@
     iAllPreferences.iSearch = GetIntValue( KBrowserSearch );
     iAllPreferences.iService = GetIntValue( KBrowserServices );
     iAllPreferences.iCursorShowMode = (TBrCtlDefs::TCursorSettings)GetIntValue( KBrowserCursorShowMode );
-	}
+    iAllPreferences.iEnterKeyMode = (TBrCtlDefs::TEnterKeySettings)GetIntValue( KBrowserEnterKeyMode );
+    }
 
 
 // ----------------------------------------------------------------------------