projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7756e32
)
fixed text output for deactivated anti-aliasing menu option
author
Holger Schemel
<info@artsoft.org>
Tue, 28 Nov 2017 08:40:13 +0000
(09:40 +0100)
committer
Holger Schemel
<info@artsoft.org>
Fri, 23 Mar 2018 22:21:17 +0000
(23:21 +0100)
src/screens.c
patch
|
blob
|
history
diff --git
a/src/screens.c
b/src/screens.c
index 8c8119d6c7004edc373e086b348255877d5c6e03..3eff48ed7c0cc40789d074ed428e6a969d522c24 100644
(file)
--- a/
src/screens.c
+++ b/
src/screens.c
@@
-303,7
+303,7
@@
static struct
char *text;
} scaling_types_list[] =
{
- { SCALING_QUALITY_NEAREST, "
None"
},
+ { SCALING_QUALITY_NEAREST, "
Off"
},
{ SCALING_QUALITY_LINEAR, "Linear" },
{ SCALING_QUALITY_BEST, "Anisotropic" },