From 14d95095177d6693e396adab08d4bfda9a196536 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 26 Feb 2025 11:56:15 +0600 Subject: [PATCH] Added default with value string --- source/libublsettingsui-gtk3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libublsettingsui-gtk3.h b/source/libublsettingsui-gtk3.h index 3465155..ff83b0e 100644 --- a/source/libublsettingsui-gtk3.h +++ b/source/libublsettingsui-gtk3.h @@ -319,6 +319,7 @@ char *yon_custom_config_init(); #define ROOT_WARNING_LABEL _("Warning! Application was launched without root - root-dependent actions are locked") #define DEFAULT_LABEL _("Default") + #define DEFAULT_CUSTOM_LABEL(target) yon_char_unite(_("Default")," (",target,")",NULL) #define ABOUT_LABEL _("About") #define DOCUMENTATION_LABEL _("Documentation")