* the "auto numlock" option is now off by default, for all the notebook
users (this had irritated me myself when I first used DeskCalc on a notebook) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22273 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
523a30f313
commit
8abf0f5150
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
CalcOptions::CalcOptions()
|
||||
: auto_num_lock(true),
|
||||
: auto_num_lock(false),
|
||||
audio_feedback(false),
|
||||
show_keypad(true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user