Skip to content

Commit

Permalink
FIxed bug #52
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Rawnsley committed Aug 2, 2017
1 parent f88acd4 commit 5789d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reddit Wallpaper Changer/RWC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ public void buildThumbnailCache()
private void btnRebuildThumbnails_Click(object sender, EventArgs e)
{
DialogResult choice = MessageBox.Show("This will remove all wallpaper thumbnails and recreate them.\r\n\r\r" +
"Reddit Wallpaper Will be restarted to complete this process. Continue?", "Rebuild Thumbnails?", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
"Reddit Wallpaper will be restarted to complete this process. Continue?", "Rebuild Thumbnails?", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
if (choice == DialogResult.Yes)
{
try
Expand Down

0 comments on commit 5789d2d

Please sign in to comment.