Loads the string, using the specified default value. */
| 360 | |
| 361 | /** Loads the string, using the specified default value. */ |
| 362 | virtual void LoadFromFile(wxConfigBase* cfg) |
| 363 | { |
| 364 | cfg->Read( GetKey(), &m_value, m_default ); |
| 365 | } |
| 366 | |
| 367 | |
| 368 | /** Saves the string to the specified wxConfig object. */ |