javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/ErrorView.java
changeset 79 2f468c1958d0
parent 48 e0d6e9bd3ca7
child 87 1627c337e51e
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    40     /** Constructor */
    40     /** Constructor */
    41     protected ErrorView(InstallerUiEswt aInstallerUi, Composite aParent)
    41     protected ErrorView(InstallerUiEswt aInstallerUi, Composite aParent)
    42     {
    42     {
    43         super(aInstallerUi, aParent, 8);
    43         super(aInstallerUi, aParent, 8);
    44         setTitle(InstallerUiTexts.get(InstallerUiTexts.INSTALL_FAILED));
    44         setTitle(InstallerUiTexts.get(InstallerUiTexts.INSTALL_FAILED));
    45         setCommands(InstallerUiTexts.get(InstallerUiTexts.SHOW),
    45         setCommands(InstallerUiTexts.get(InstallerUiTexts.DETAILS),
    46                     InstallerUiTexts.get(InstallerUiTexts.CLOSE));
    46                     InstallerUiTexts.get(InstallerUiTexts.CLOSE));
    47     }
    47     }
    48 
    48 
    49     /**
    49     /**
    50      * Synchoronous method for displaying error message.
    50      * Synchoronous method for displaying error message.
    92 
    92 
    93         if (iInstallerUi.getInstallInfo() != null)
    93         if (iInstallerUi.getInstallInfo() != null)
    94         {
    94         {
    95             // After other widgets have been added, add content to
    95             // After other widgets have been added, add content to
    96             // application info Composite.
    96             // application info Composite.
    97             addAppInfo(iInstallerUi.getInstallInfo(), true);
    97             addAppInfo(iInstallerUi.getInstallInfo(), true, false);
    98         }
    98         }
    99     }
    99     }
   100 
   100 
   101     /**
   101     /**
   102      * This method is called after user has answered
   102      * This method is called after user has answered