Set background calendar color to red or yellow when one account is negative or less than 200€

This commit is contained in:
2017-01-01 17:20:08 +01:00
parent 23829bdf70
commit 0b037cff7c
2 changed files with 81 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright 2010-2015 Grégory Soutadé
Copyright 2010-2016 Grégory Soutadé
This file is part of KissCount.
@@ -30,7 +30,7 @@
#include <view/wxUI.hpp>
#define APP_VERSION "0.6"
#define APP_VERSION "0.7"
#define ESCAPE_CHARS(s) s = s.replace("\"", " ");
// #define ESCAPE_CHARS(s) s = s.replace("\"", "\\\""); s = s.replace("\'", "\\\'");