summaryrefslogtreecommitdiff
path: root/src/settings.cc
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-07-18 20:52:33 +0000
committerStijn Buys <ingar@osirion.org>2013-07-18 20:52:33 +0000
commit850441d72ad73e6bcf3570e3f62287c28eaead31 (patch)
tree7d6fabb8b2caff0a906dfbe952248f74ef2c93fc /src/settings.cc
parent46ad6cc7c4be62c1c3971f56d4d6b09fc26f08c4 (diff)
Solves a bug where the overwrite file warning shows the wrong filename,
adds a visual indication if a sudoku grid has been solved.
Diffstat (limited to 'src/settings.cc')
-rw-r--r--src/settings.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.cc b/src/settings.cc
index 94504d2..19e3c17 100644
--- a/src/settings.cc
+++ b/src/settings.cc
@@ -15,7 +15,8 @@ const Settings & globalSettings()
Settings::Settings() :
m_homePath(),
m_colorInvalidValue(255, 0, 0),
- m_colorInputError(195, 195, 195)
+ m_colorInputError(195, 195, 195),
+ m_colorSolved(192, 255, 192)
{
#ifdef _WIN32
// get the full path for "Applicaton Data"