javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/LaunchAppQueryView.java
changeset 79 2f468c1958d0
parent 47 f40128debb5d
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    62     {
    62     {
    63         // Add header.
    63         // Add header.
    64         addHeader(InstallerUiTexts.get(InstallerUiTexts.INSTALLATION_COMPLETE),
    64         addHeader(InstallerUiTexts.get(InstallerUiTexts.INSTALLATION_COMPLETE),
    65                   iInstallerUi.getInstallInfo(), null);
    65                   iInstallerUi.getInstallInfo(), null);
    66         // Add content to the application info Composite.
    66         // Add content to the application info Composite.
    67         addAppInfo(iInstallerUi.getInstallInfo(), true);
    67         addAppInfo(iInstallerUi.getInstallInfo(), true, false);
    68     }
    68     }
    69 
    69 
    70     /**
    70     /**
    71      * This method is called after user has answered to query.
    71      * This method is called after user has answered to query.
    72      */
    72      */