]> git.stg.codes - stg.git/commitdiff
Ticket 12. The 'stopOnError(true)' property added in the SETTINGS_IMPL()
authorElena Mamontova <helenh463@gmail.com>
Thu, 5 Nov 2015 15:44:42 +0000 (17:44 +0200)
committerElena Mamontova <helenh463@gmail.com>
Thu, 5 Nov 2015 15:44:42 +0000 (17:44 +0200)
class constructor.

projects/stargazer/settings_impl.cpp

index d115919d0e096142bee210b917eaa0ea7e2a4879..0a4cb2a96b1351ff2f67df11f5d035a41ab87206 100644 (file)
@@ -57,6 +57,7 @@ SETTINGS_IMPL::SETTINGS_IMPL(const std::string & cd)
       spreadFee(false),
       freeMbAllowInet(false),
       dayFeeIsLastDay(false),
+      stopOnError(true),
       writeFreeMbTraffCost(false),
       showFeeInCash(true),
       messageTimeout(0),