diff options
Diffstat (limited to 'chalk/sdk')
-rw-r--r-- | chalk/sdk/kis_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/sdk/kis_global.h b/chalk/sdk/kis_global.h index 249d312e..19acb216 100644 --- a/chalk/sdk/kis_global.h +++ b/chalk/sdk/kis_global.h @@ -57,7 +57,7 @@ enum enumResourceTypes { /* * Most wacom pads have 512 levels of pressure; TQt only supports 256, and even * this is downscaled to 127 levels because the line would be too jittery, and - * the amount of tqmasks take too much memory otherwise. + * the amount of masks take too much memory otherwise. */ const TQ_INT32 PRESSURE_LEVELS= 127; const double PRESSURE_MIN = 0.0; |