landmarksui/uicontrols/data/LmkEditor.rss
branchRCL_3
changeset 9 4721bd00d3da
parent 0 522cd55cc3d7
child 16 8173571d354e
--- a/landmarksui/uicontrols/data/LmkEditor.rss	Wed Apr 14 15:50:30 2010 +0300
+++ b/landmarksui/uicontrols/data/LmkEditor.rss	Tue Apr 27 16:30:53 2010 +0300
@@ -876,15 +876,29 @@
 	}
 //----------------------------------------------------
 //   
-//    r_lmk_unit_editor
-//    Avkon's distance editor
+//    r_lmk_unit_editor_metric
+//    Avkon's distance editor using metric units
 //
 //----------------------------------------------------
 //     
-RESOURCE AVKON_UNIT_EDITOR r_lmk_unit_editor
+RESOURCE AVKON_UNIT_EDITOR r_lmk_unit_editor_metric
     {
     min = 0;
-    max = 99999;
+    max = 20000;	// KMaxAccuracy
+    maxfractionaldigits = 2;
+    flags = EAknUnitEditorAllowUninitialized;
+    }
+//----------------------------------------------------
+//   
+//    r_lmk_unit_editor_imperial
+//    Avkon's distance editor using imperial units
+//
+//----------------------------------------------------
+//     
+RESOURCE AVKON_UNIT_EDITOR r_lmk_unit_editor_imperial
+    {
+    min = 0;
+    max = 6099;		// KMaxAccuracy/KMetreToFoot
     maxfractionaldigits = 2;
     flags = EAknUnitEditorAllowUninitialized;
     }