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()
293
293
}
294
294
if ( route . getDownloadType ( ) == ContentRouteSettings . DownloadType . zip )
295
295
{
296
- outputFile . WriteLine ( Catalog . GetString ( "<p>Downloadable: zip format<br>" ) ) ; // qqq
296
+ outputFile . WriteLine ( Catalog . GetString ( "<p>Downloadable: zip format<br>" ) ) ;
297
297
outputFile . WriteLine ( Catalog . GetStringFmt ( "- From: {0}<br>" , route . Url ) ) ;
298
298
if ( route . InstallSize > 0 )
299
299
{
@@ -1477,7 +1477,7 @@ string determineUniqueRoute(string Route)
1477
1477
{
1478
1478
if ( dataGridViewManualInstall . Rows [ i ] . Cells [ 0 ] . Value . ToString ( ) == route )
1479
1479
{
1480
- route = route + " copy" ;
1480
+ route += " copy" ;
1481
1481
found = false ;
1482
1482
}
1483
1483
}
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ void buttonOptions_Click(object sender, EventArgs e)
561
561
{
562
562
SaveOptions ( ) ;
563
563
564
- using ( var form = new OptionsForm ( Settings , UpdateManager , false ) )
564
+ using ( var form = new OptionsForm ( Settings , UpdateManager ) )
565
565
{
566
566
switch ( form . ShowDialog ( this ) )
567
567
{
You can’t perform that action at this time.
0 commit comments