From 55e897e9b4484a6770a58c7943361663bb2355e4 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Thu, 7 Nov 2013 06:22:52 +0100 Subject: Android: Add NewtDebugActivity --- make/resources/android/res-jogl/values/strings.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'make/resources/android/res-jogl/values') diff --git a/make/resources/android/res-jogl/values/strings.xml b/make/resources/android/res-jogl/values/strings.xml index 3064dad88..ae4816665 100644 --- a/make/resources/android/res-jogl/values/strings.xml +++ b/make/resources/android/res-jogl/values/strings.xml @@ -3,6 +3,8 @@ <string name="hello">Jogl Library</string> <string name="app_name">JogAmp\'s Jogl Library</string> <string name="app_descr">Contains Dalvik and native code, supporting native bindings.</string> - <string name="activity_v_name">Jogl\'s Version</string> - <string name="activity_v_descr">Shows the version of the JOGL Library and runtime GL infos.</string> + <string name="activity_version_name">Jogl\'s Version</string> + <string name="activity_version_descr">Shows the version of the JOGL Library and runtime GL infos.</string> + <string name="activity_debug_name">Jogl Debug</string> + <string name="activity_debug_descr">Debug output of JOGL\'s initialization.</string> </resources> -- cgit v1.2.3