Subversion Repositories spk

Rev

Rev 1 | Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 46
Line 1404... Line 1404...
1404
 
1404
 
1405
					if ( skipShips )
1405
					if ( skipShips )
1406
						continue;
1406
						continue;
1407
				}
1407
				}
1408
 
1408
 
-
 
1409
				// display uninstall text
-
 
1410
				Utils::String beforeText = m_pPackages->GetUninstallBeforeText(p).ToString();
-
 
1411
				if ( !beforeText.empty() ) {
-
 
1412
					if ( this->DisplayMessageBox(false, "Uninstall Package", _US(p->GetFullPackageName(m_pPackages->GetLanguage()).ToString() + "\n" + beforeText + "\n\nDo you want to uninstall this package?"), MessageBoxButtons::YesNo, MessageBoxIcon::Question) != System::Windows::Forms::DialogResult::Yes )
-
 
1413
						continue;
-
 
1414
				}
-
 
1415
 
1409
				m_pPackages->PrepareUninstallPackage(p);
1416
				m_pPackages->PrepareUninstallPackage(p);
1410
			}
1417
			}
1411
		}
1418
		}
1412
 
1419
 
1413
		if ( m_pPackages->GetNumPackagesInQueue() )
1420
		if ( m_pPackages->GetNumPackagesInQueue() )