1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Made a few UI fixes. Mostly, it's about main menu item not pointing the appropriate target.

This commit is contained in:
Virgil Dupras
2011-01-14 15:34:10 +01:00
parent c9fd1b1a17
commit 0a22bb8469
12 changed files with 143 additions and 149 deletions

View File

@@ -59,10 +59,8 @@ http://www.hardcoded.net/licenses/bsd_license
int r = n2i([py doScan]);
if (r != 0)
[[ProgressController mainProgressController] hide];
if (r == 3)
{
if (r == 3) {
[Dialogs showMessage:@"The selected directories contain no scannable file."];
[app toggleDirectories:nil];
}
}