diff --git a/build.txt b/build.txt index 1dc894d75fec95ed526966493591dde140492247..f0e68862537b0ed9a121acf62fb00cb843beab94 100644 --- a/build.txt +++ b/build.txt @@ -1 +1 @@ -11650 \ No newline at end of file +11651 \ No newline at end of file diff --git a/src/ui/DefaultText.java b/src/ui/DefaultText.java index 7c3f79acd5f91d30cfa5c8cfd8f477d968fede2f..6549fa6c5e02261abf60527eed6225f7a2ecc08c 100755 --- a/src/ui/DefaultText.java +++ b/src/ui/DefaultText.java @@ -49,8 +49,8 @@ package ui; public class DefaultText { - public static String BUILD = "11649"; - public static String DATE = "2014/04/10 14:47:16 CET"; + public static String BUILD = "11650"; + public static String DATE = "2014/04/10 14:50:49 CET"; public static StringBuffer sbAbout = makeAbout(); @@ -74,7 +74,7 @@ public class DefaultText { sb.append("\tCopyright Institut Telecom - Telecom ParisTech / Ludovic Apvrille / Daniel Knorreck \n\n"); sb.append("Online documentation\n\tLudovic Apvrille - Telecom ParisTech - ludovic.apvrille@telecom-paristech.fr\n\n\n"); sb.append("For more information regarding TTool, and the UML/SysML profiles supportd by TTool:\n"); - sb.append("TTool's website: http://labsoc.comelec.enst.fr/ttool/\n\n"); + sb.append("TTool's website: http://ttool.telecom-paristech.fr/\n\n"); return sb; }