git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9627
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// another example: using default values and the full path instead of just
// key name: if the key is not found , the value 17 is returned
// another example: using default values and the full path instead of just
// key name: if the key is not found , the value 17 is returned
- long value = config->Read("/LastRun/CalculatedValues/MaxValue", -1);
+ long value = config->Read("/LastRun/CalculatedValues/MaxValue", 17);