calculator: have a different icon and app name for the scientific variant
[nit.git] / examples / calculator / src / scientific / scientific.nit
index 033585f..0faf4ab 100644 (file)
 # limitations under the License.
 
 # Extends the portable calculator app with scientific operations
-module scientific
+module scientific is
+       app_name "app.nit Calc Sci"
+       app_namespace "org.nitlanguage.scientific_calculator"
+       app_files
+end
 
 import calculator