Skip to content

Commit 072d2d6

Browse files
victoryforceTurboGit
authored andcommitted
AgX should not be written in lowercase letters
This name is taken for the new tonemapper from pseudo-chemical notation, where it is written as AgX. This is quite different from, for example, the name "sigmoid", which is originally just an adjective, so it can easily obey our style. agx forced into lowercase looks extremely strange.
1 parent 0014aba commit 072d2d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/darktableconfig.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3614,7 +3614,7 @@
36143614
<enum>
36153615
<option>scene-referred (sigmoid)</option>
36163616
<option>scene-referred (filmic)</option>
3617-
<option>scene-referred (agx)</option>
3617+
<option>scene-referred (AgX)</option>
36183618
<option>display-referred (legacy)</option>
36193619
<option>none</option>
36203620
</enum>

src/iop/agx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ DT_MODULE_INTROSPECTION(6, dt_iop_agx_params_t)
4141

4242
const char *name()
4343
{
44-
return _("agx");
44+
return _("AgX");
4545
}
4646

4747
const char *aliases()

0 commit comments

Comments
 (0)