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

Side by Side Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.resx

Issue 11085093: Remove windows lines endings (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <root> 2 <root>
3 <!-- 3 <!--
4 Microsoft ResX Schema 4 Microsoft ResX Schema
5 5
6 Version 2.0 6 Version 2.0
7 7
8 The primary goals of this format is to allow a simple XML format 8 The primary goals of this format is to allow a simple XML format
9 that is mostly human readable. The generation and parsing of the 9 that is mostly human readable. The generation and parsing of the
10 various data types are done through the TypeConverter classes 10 various data types are done through the TypeConverter classes
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 <data name="WebServerStartFail" xml:space="preserve"> 174 <data name="WebServerStartFail" xml:space="preserve">
175 <value>Warning: Failed to start web server. Is python.exe in PATH?</value> 175 <value>Warning: Failed to start web server. Is python.exe in PATH?</value>
176 </data> 176 </data>
177 <data name="WebServerStartMessage" xml:space="preserve"> 177 <data name="WebServerStartMessage" xml:space="preserve">
178 <value>Launching web server...</value> 178 <value>Launching web server...</value>
179 </data> 179 </data>
180 <data name="WebServerStopMessage" xml:space="preserve"> 180 <data name="WebServerStopMessage" xml:space="preserve">
181 <value>Killing web server...</value> 181 <value>Killing web server...</value>
182 </data> 182 </data>
183 </root> 183 </root>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698