From 35046b0a6279a47b9872efbae93ce0e7a8bac648 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 5 Dec 2010 08:31:41 +0100 Subject: Typo fix windwos != windows --- shemov.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shemov.cpp b/shemov.cpp index 74b8ce1..8019445 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -734,7 +734,7 @@ void SheMov::writeSettings(){ void SheMov::readSettings(){ QSettings s; - QPoint winPos = s.value("windwos/mainpos").toPoint(); + QPoint winPos = s.value("windows/mainpos").toPoint(); QSize winSize = s.value("windows/mainsize").toSize(); bool winState = s.value("windows/maximized", false).toBool(); resize(winSize); -- cgit v1.2.3-70-g09d2