Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIMessages.java

Issue 73603002: Warn user if DART_SDK does not match editor SDK (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIMessages.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIMessages.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIMessages.java
index c470541176f50210982473ac0eb861a1c5f66cb2..1ab2cd392a0e56c8c77d403c874f5965534f530f 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIMessages.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIMessages.java
@@ -169,6 +169,11 @@ public final class DartUIMessages extends NLS {
public static String HistoryListAction_max_entries_constraint;
public static String HistoryListAction_remove_all;
+ public static String DartSdkInvalid_title;
+ public static String DartSdkInvalid_doesNotExist;
+ public static String DartSdkInvalid_notEqual;
+ public static String DartSdkInvalid_dontShowAgain;
+
private DartUIMessages() {
// Do not instantiate
}

Powered by Google App Engine
This is Rietveld 408576698