Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 103 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/impls/input/FormTimePicker.java

Diff revisions: vs.
  @@ -103,7 +103,7 @@
103 103 @Override
104 104 protected void dialogButtonPanelClicked( int pButtonIndex )
105 105 {
106 - if ( pButtonIndex == 0 ) // 'OK' button
106 + if ( pButtonIndex == 1 ) // 'OK' button
107 107 {
108 108 mExitValue = mTimeFieldsPanel.getSimpleTime();
109 109 }