diff options
author | Lynn C. Rees <lcrees@gmail.com> | 2017-11-15 13:58:11 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-15 21:58:11 +0100 |
commit | ac5dff2e04f4f8e2c4aa6537e89d26c2ca09b946 (patch) | |
tree | 1ce0f9f39d2e50009881bbc8e0f8ffc88359e8cb /examples/cross_calculator/ios | |
parent | 5e66a7ce591f8abf2cddeffe8389c53a3183c2a8 (diff) | |
download | Nim-ac5dff2e04f4f8e2c4aa6537e89d26c2ca09b946.tar.gz |
Change expr/stmt in examples to untyped (#6734)
Diffstat (limited to 'examples/cross_calculator/ios')
-rw-r--r-- | examples/cross_calculator/ios/resources/ui/NRViewController.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cross_calculator/ios/resources/ui/NRViewController.xib b/examples/cross_calculator/ios/resources/ui/NRViewController.xib index b260db2af..2118b5044 100644 --- a/examples/cross_calculator/ios/resources/ui/NRViewController.xib +++ b/examples/cross_calculator/ios/resources/ui/NRViewController.xib @@ -85,7 +85,7 @@ <int key="IBUITag">2</int> <bool key="IBUIUserInteractionEnabled">NO</bool> <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> - <string key="IBUIText">Nimrod Crossplatform Calculator</string> + <string key="IBUIText">Nim Crossplatform Calculator</string> <object class="NSColor" key="IBUITextColor" id="128895179"> <int key="NSColorSpace">1</int> <bytes key="NSRGB">MCAwIDAAA</bytes> |