summaryrefslogtreecommitdiff
path: root/pith
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-12-14 17:25:10 -0700
committerEduardo Chappa <chappa@washington.edu>2017-12-14 17:25:10 -0700
commit1c6f750f40551447f0ea214c993845238fd729cd (patch)
tree0b44463c93b425df92601b752edfd4d384eb0fa6 /pith
parent480bf4063f7d31b7d2c9ec8edd9fc4280ffb39ee (diff)
downloadalpine-1c6f750f40551447f0ea214c993845238fd729cd.tar.xz
temporary commit while I update master
Diffstat (limited to 'pith')
-rw-r--r--pith/ical.h6
-rw-r--r--pith/mailview.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/pith/ical.h b/pith/ical.h
index 9da4516f..04d0cc08 100644
--- a/pith/ical.h
+++ b/pith/ical.h
@@ -1,5 +1,5 @@
-#ifndef ICAL_INCLUDED
-#define ICAL_INCLUDED
+#ifndef PITH_ICAL_INCLUDED
+#define PITH_ICAL_INCLUDED
#include "../pith/icaltype.h"
@@ -14,4 +14,4 @@ void free_vevent_summary(VEVENT_SUMMARY_S **);
VCALENDAR_S *ical_parse_text(char *); /* this is the entry point */
-#endif /* ifndef ICAL_INCLUDED */
+#endif /* ifndef PITH_ICAL_INCLUDED */
diff --git a/pith/mailview.c b/pith/mailview.c
index 450d3f85..1d71e7a0 100644
--- a/pith/mailview.c
+++ b/pith/mailview.c
@@ -390,7 +390,7 @@ format_calendar_vevent(VCALENDAR_S *vcal, ATTACH_S *a, HANDLE_S **handlesp, int
return;
gf_puts(padding, pc);
- utf8_snprintf(tmp_20k_buf, SIZEOF_20KBUF, "%s", _("[More Details]"));
+ utf8_snprintf(tmp_20k_buf, SIZEOF_20KBUF, "[%s]", _("More Details"));
if(F_ON(F_VIEW_SEL_ATTACH, ps_global) && handlesp){
char buf[16], color[64];