From d3a19d8eb7558bb7ca056ff31127c9002a7d0853 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 4 Feb 2014 15:04:05 +0000 Subject: remove lang path substitution it's unused internally as far as I can see and has very incomplete (and surely some wrong values) from some sort of mid 90s Euro-centric worldview Change-Id: Ibce9e8b76545791ab59b9e11c6ff6e1f33afcb3c --- .../OfficeDev/PathSubstitution/PathSubstitutionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java index f326a55a133e..8f026840d4e2 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java +++ b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java @@ -45,7 +45,7 @@ public class PathSubstitutionTest extends java.lang.Object { */ private static String[] predefinedPathVariables = { "$(home)","$(inst)","$(prog)","$(temp)","$(user)", - "$(work)","$(path)","$(lang)","$(langid)","$(vlang)" + "$(work)","$(path)","$(langid)","$(vlang)" }; /* -- cgit