summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/page.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/graphics/drawpad/page.cpp b/noncore/graphics/drawpad/page.cpp
index fbf3d01..a081680 100644
--- a/noncore/graphics/drawpad/page.cpp
+++ b/noncore/graphics/drawpad/page.cpp
@@ -10,13 +10,13 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "page.h"
-const int PAGE_BACKUPS = 99;
+const int PAGE_BACKUPS = 9;
Page::Page()
{
m_title = "";
m_lastModified = QDateTime::currentDateTime();
m_pPixmap = new QPixmap();