OSDN Git Service

Fix mixed-eol style
authorsdottaka <sdottaka@users.sourceforge.net>
Fri, 16 Jan 2015 11:17:24 +0000 (20:17 +0900)
committersdottaka <sdottaka@users.sourceforge.net>
Fri, 16 Jan 2015 11:17:24 +0000 (20:17 +0900)
Src/MergeApp.cpp

index 4b49943..d43b20c 100644 (file)
@@ -166,8 +166,8 @@ AboutInfo::AboutInfo()
        version += _("X64");
 #endif
 
-       copyright = _("WinMerge comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under certain circumstances; see the GNU General Public License in the Help menu for details.");\r
-       copyright += _T("\n");\r
+       copyright = _("WinMerge comes with ABSOLUTELY NO WARRANTY. This is free software and you are welcome to redistribute it under certain circumstances; see the GNU General Public License in the Help menu for details.");
+       copyright += _T("\n");
        copyright += verinfo.GetLegalCopyright();
        copyright += _T(" All rights reserved.");