resources.getString("Shutdown.Title"), "", 0);
String backupQualifier = getBackupQualifier(data);
try {
if (quit(dialog) == false) {
dialog.dispose();
return;
}
} catch (Throwable t) {
// if the shutdown sequence encounters an uncaught exception,
// display an error message, but still exit.