X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/491ea6fa20bb2bf459c41bf2a7859ee3c4f3436e..77436c4cbac2269e564dc4fcf4494a58feca0af4:/samples/html/test/test.htm?ds=inline diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index 8fcbdf971e..3ed975e157 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -16,6 +16,8 @@ i18n demo 2 (cp1250)

+Agrave = 'à' +

This is - - default text, now switching to

center, now still ctr, now exiting

@@ -239,9 +241,9 @@ twotwo TWO Now, you will see some PRE text:

// This is sample C++ code:
 
-void main(int argc, char *argv[])
+void main(int argc, char *argv[])
 {
-    printf("Go away, man!\n");
+    printf("Go away, man!\n");
     i = 666;
     printf("\n\n\nCRASH\n  DOWN NOW. . .  \n");
 }