Adjust use of ellipsis (...) in menus according to Gnome HIG (#2035)

* Adjust use of ellipses (...) in menus according to Gnome HIG

https://developer.gnome.org/hig/stable/writing-style.html.en
This commit is contained in:
torhus
2017-08-18 21:59:31 +02:00
committed by TingPing
parent c6f3fbd15c
commit da0635c960
3 changed files with 34 additions and 32 deletions

View File

@@ -35,6 +35,8 @@
#define rfc_tolower(c) (rfc_tolowertab[(unsigned char)(c)])
#define ELLIPSIS "\xe2\x80\xa6"
extern const unsigned char rfc_tolowertab[];
char *expand_homedir (char *file);