javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/RuntimeConfirmationView.java
changeset 79 2f468c1958d0
parent 48 e0d6e9bd3ca7
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
   126             iAnswerButtons[iConfirmData.getAnswerSuggestion()].setFocus();
   126             iAnswerButtons[iConfirmData.getAnswerSuggestion()].setFocus();
   127         }
   127         }
   128 
   128 
   129         // After other widgets have been added, add content to
   129         // After other widgets have been added, add content to
   130         // application info Composite.
   130         // application info Composite.
   131         addAppInfo(iInstallerUi.getInstallInfo(), false);
   131         addAppInfo(iInstallerUi.getInstallInfo(), false, false);
   132     }
   132     }
   133 
   133 
   134     /**
   134     /**
   135      * This method is called when user answers to the dialog.
   135      * This method is called when user answers to the dialog.
   136      */
   136      */