Version: 1.0.0 (using KDE 3.3.1, compiled sources) Compiler: gcc version 3.3.4 OS: Linux (i686) release 2.6.9 1. The default button should not be Clear, but probably Apply. 2. Hitting Apply should not change the selected vectors in the Vectors to change box. Right now it appears to clear the selections.
CVS commit by staikos: Set Apply to be the default button. Can't reproduce problem #1, but it's probably related. Please report one bug per bugzilla entry in the future, thanks. BUG: 94720 M +3 -0 changenptsdialog.ui 1.9 --- kdeextragear-2/kst/kst/changenptsdialog.ui #1.8:1.9 @@ -78,4 +78,7 @@ <cstring>Apply</cstring> </property> + <property name="default"> + <bool>true</bool> + </property> <property name="text"> <string>&Apply</string>