Skip to content

Commit

Permalink
I can't into english
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Feb 4, 2015
1 parent 84a2144 commit fa8bd80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SADXLVL2/ProgressDialog.cs
Expand Up @@ -36,7 +36,7 @@ public string Title

/// <summary>
/// Gets or sets the enabled state of the close options.
/// If true, the auto-close checkbox and OK buttons will be disabled.
/// If true, the auto-close checkbox and OK button will be disabled.
/// </summary>
public bool EnableCloseOptions
{
Expand Down Expand Up @@ -90,7 +90,6 @@ public ProgressDialog(string title, int max = 100, bool enableCloseOptions = fal

/// <summary>
/// Increments the progress bar by one step.
/// If
/// </summary>
public void StepProgress()
{
Expand Down

0 comments on commit fa8bd80

Please sign in to comment.