diff options
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index e788d459db..5083b0d49e 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -752,7 +752,7 @@ public: spnLeft(this, IDC_INDENTSPIN, 1000),
spnRight(this, IDC_RINDENTSPIN, 1000),
spnLoadTime(this, IDC_LOADTIMESPIN, 24 * 60),
- spnLoadCount(this, IDC_LOADCOUNTSPIN, 100),
+ spnLoadCount(this, IDC_LOADCOUNTSPIN, 1000),
chkLoadTime(this, IDC_LOADTIME),
chkLoadCount(this, IDC_LOADCOUNT),
chkAlwaysTrim(this, IDC_ALWAYSTRIM),
|