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

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs

Issue 10836143: Refactored the VS add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months 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: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
index 4c8cc536504a527b5fced888b055adbe47040388..f6ba2552f6f19c352cdaf60a1b47fcdf3de5db68 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
@@ -97,6 +97,15 @@ namespace NativeClientVSAddIn {
}
/// <summary>
+ /// Looks up a localized string similar to Warning: Multiple start-up projects not supported. Web server will only be run from first project directory.
+ /// </summary>
+ internal static string MultiStartProjectWarning {
+ get {
+ return ResourceManager.GetString("MultiStartProjectWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to --enable-nacl-debug.
/// </summary>
internal static string NaClDebugFlag {
@@ -133,15 +142,6 @@ namespace NativeClientVSAddIn {
}
/// <summary>
- /// Looks up a localized string similar to Not initialized correctly!.
- /// </summary>
- internal static string NotInitializedMessage {
- get {
- return ResourceManager.GetString("NotInitializedMessage", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to PPAPI.
/// </summary>
internal static string PepperPlatformName {
@@ -187,15 +187,6 @@ namespace NativeClientVSAddIn {
}
/// <summary>
- /// Looks up a localized string similar to Warning: Multiple start-up projects not supported. Web server will only be run from first project directory.
- /// </summary>
- internal static string WebServerMultiStartProjectWarning {
- get {
- return ResourceManager.GetString("WebServerMultiStartProjectWarning", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Native Client Web Server Output.
/// </summary>
internal static string WebServerOutputWindowTitle {

Powered by Google App Engine
This is Rietveld 408576698