commit f55eddc74924bc737fcceeef06fc5c2aa96df185 parent 5bba8eb93551f95cda6a1c69f956f15ae9153dbe Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Wed, 4 Jan 2023 13:06:39 +0100 Doc. Diffstat:
M | include/clap/factory/draft/preset-discovery.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -170,10 +170,10 @@ typedef struct clap_preset_discovery_filetype { // If empty or NULL then every file should be matched. const char *file_extension; - // This icon will be associated with the filetype. + // This icon is optional and will be associated with the filetype. // It comes in multiple variations but the plugin can use 4 times the same image. // small shall have less details than the large one. - // light and dark variation, so the host can pick the one that works better with its background. + // light and dark variation, so the host can pick the one which works best for its background. const char *icon_uri_small_light; const char *icon_uri_small_dark; const char *icon_uri_large_light;