File tree Expand file tree Collapse file tree 6 files changed +277
-650
lines changed Expand file tree Collapse file tree 6 files changed +277
-650
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ private void writeAndStartInfoFile()
293293 }
294294 if ( route . getDownloadType ( ) == ContentRouteSettings . DownloadType . zip )
295295 {
296- outputFile . WriteLine ( Catalog . GetString ( "<p>Downloadable: zip format<br>" ) ) ; // qqq
296+ outputFile . WriteLine ( Catalog . GetString ( "<p>Downloadable: zip format<br>" ) ) ;
297297 outputFile . WriteLine ( Catalog . GetStringFmt ( "- From: {0}<br>" , route . Url ) ) ;
298298 if ( route . InstallSize > 0 )
299299 {
@@ -1477,7 +1477,7 @@ string determineUniqueRoute(string Route)
14771477 {
14781478 if ( dataGridViewManualInstall . Rows [ i ] . Cells [ 0 ] . Value . ToString ( ) == route )
14791479 {
1480- route = route + " copy" ;
1480+ route += " copy" ;
14811481 found = false ;
14821482 }
14831483 }
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ void buttonOptions_Click(object sender, EventArgs e)
561561 {
562562 SaveOptions ( ) ;
563563
564- using ( var form = new OptionsForm ( Settings , UpdateManager , false ) )
564+ using ( var form = new OptionsForm ( Settings , UpdateManager ) )
565565 {
566566 switch ( form . ShowDialog ( this ) )
567567 {
You can’t perform that action at this time.
0 commit comments