aboutsummaryrefslogtreecommitdiff
path: root/gui/massadd.h
diff options
context:
space:
mode:
authorLittleboy2011-03-31 06:35:43 -0400
committerJulien2011-06-16 10:36:33 -0400
commit2be35013f1d014620f222da9ed32110ce77814da (patch)
tree3d40ad1e600f0d624ba9fa001e7729b118b6cbf6 /gui/massadd.h
parentcd7822a29f22fd290a86281d65b965d32f667a49 (diff)
downloadscummvm-rg350-2be35013f1d014620f222da9ed32110ce77814da.tar.gz
scummvm-rg350-2be35013f1d014620f222da9ed32110ce77814da.tar.bz2
scummvm-rg350-2be35013f1d014620f222da9ed32110ce77814da.zip
BACKENDS: Add progress to MassAdd dialog
Diffstat (limited to 'gui/massadd.h')
-rw-r--r--gui/massadd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/massadd.h b/gui/massadd.h
index 15cef7ba68..7350213835 100644
--- a/gui/massadd.h
+++ b/gui/massadd.h
@@ -60,6 +60,7 @@ private:
int _dirsScanned;
int _oldGamesCount;
+ int _dirTotal;
Widget *_okButton;
StaticTextWidget *_dirProgressText;