diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-08-01 06:05:41 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-08-01 06:05:41 +0000 |
commit | c10325a57b62cbff94b474356a46e400fed0c2d8 (patch) | |
tree | 71d0431047a7cd66a631a98ee0eb7c2aa79f8908 /updater/options.h | |
parent | 0ff1d601dfadfd19e286c021fd1288e8b8b4b7c2 (diff) |
added option not to unzip saved archives
removed translation of folders plugin strings
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@317 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/options.h')
-rw-r--r-- | updater/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/options.h b/updater/options.h index be6ef6a..ccaaacf 100644 --- a/updater/options.h +++ b/updater/options.h @@ -25,6 +25,7 @@ typedef struct Options_tag { COLORREF textCol;
VersionRequirement ver_req;
bool save_zips;
+ bool no_unzip;
bool auto_dll_only;
TCHAR zip_folder[MAX_PATH];
} Options;
|