Added default with value string

pull/38/head
parent e3d3f537fb
commit 14d9509517

@ -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 ROOT_WARNING_LABEL _("Warning! Application was launched without root - root-dependent actions are locked")
#define DEFAULT_LABEL _("Default") #define DEFAULT_LABEL _("Default")
#define DEFAULT_CUSTOM_LABEL(target) yon_char_unite(_("Default")," (",target,")",NULL)
#define ABOUT_LABEL _("About") #define ABOUT_LABEL _("About")
#define DOCUMENTATION_LABEL _("Documentation") #define DOCUMENTATION_LABEL _("Documentation")

Loading…
Cancel
Save