summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/util.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index c590caa9..e631a092 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -2572,6 +2572,10 @@ iWidget *makePreferences_Widget(void) {
2572 appendFormat_String(aboutText, " (" LAGRANGE_IOS_VERSION ") %s" LAGRANGE_IOS_BUILD_DATE, 2572 appendFormat_String(aboutText, " (" LAGRANGE_IOS_VERSION ") %s" LAGRANGE_IOS_BUILD_DATE,
2573 escape_Color(uiTextDim_ColorId)); 2573 escape_Color(uiTextDim_ColorId));
2574#endif 2574#endif
2575#if defined (iPlatformAndroidMobile)
2576 appendFormat_String(aboutText, " (" LAGRANGE_ANDROID_VERSION ") %s" LAGRANGE_ANDROID_BUILD_DATE,
2577 escape_Color(uiTextDim_ColorId));
2578#endif
2575 } 2579 }
2576 const iMenuItem aboutPanelItems[] = { 2580 const iMenuItem aboutPanelItems[] = {
2577 { format_CStr("heading text:%s", cstr_String(aboutText)) }, 2581 { format_CStr("heading text:%s", cstr_String(aboutText)) },