You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/03/13 17:22:40 UTC

[royale-asjs] branch develop updated: tourdejewel: use new OSUtls.getOSVersion()

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new c00986a  tourdejewel: use new OSUtls.getOSVersion()
c00986a is described below

commit c00986ae75157ae8a482dd92c8a6f5fa211bc344
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Mar 13 18:22:33 2019 +0100

    tourdejewel: use new OSUtls.getOSVersion()
---
 examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml b/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml
index 4008e99..3384519 100644
--- a/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml
@@ -53,7 +53,7 @@ limitations under the License.
             </j:beads>
         </j:Label>
 
-        <j:Label width="400" multiline="true" html="Browser support: Chrome (v.44+), Firefox (v.34+), IE 11 &amp; Edge 15+, Safari (v.11.1+), Opera. Mobile: iOS (v.11.0), Android (v.5.0) &amp; Windows Mobile.&lt;br>&lt;strong>This OS: {OSUtils.getOS()}&lt;/strong>">
+        <j:Label width="400" multiline="true" html="Browser support: Chrome (v.44+), Firefox (v.34+), IE 11 &amp; Edge 15+, Safari (v.11.1+), Opera. Mobile: iOS (v.11.0), Android (v.5.0) &amp; Windows Mobile.&lt;br>&lt;strong>This OS: {OSUtils.getOS() + ' (' + OSUtils.getOSVersion() + ')' }&lt;/strong>">
             <j:beads>
                 <j:SizeControl size="small"/>
                 <j:TextAlign align="center"/>