javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/RuntimeConfirmationView.java
changeset 72 1f0034e370aa
parent 49 35baca0e7a2e
equal deleted inserted replaced
67:63b81d807542 72:1f0034e370aa
   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      */