Fixed default custom string creation macros

pull/39/head
parent 8b7eccb3e8
commit 9dfd5ad9f7

@ -319,7 +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 DEFAULT_CUSTOM_LABEL(target) yon_char_unite(_("Default"),!yon_char_is_empty(target)?" (":NULL,target,")",NULL)
#define ABOUT_LABEL _("About") #define ABOUT_LABEL _("About")
#define DOCUMENTATION_LABEL _("Documentation") #define DOCUMENTATION_LABEL _("Documentation")

Loading…
Cancel
Save