fix "no newline at end of file" errors

svn path=/trunk/; revision=43762
This commit is contained in:
Sylvain Petreolle 2009-10-25 23:10:28 +00:00
parent 51afa0b7be
commit 81530ee244
2 changed files with 4 additions and 2 deletions

View file

@ -18,4 +18,5 @@ BEGIN
IDS_ERROR_NOFONT, "1不是一个有效的字体档案。"
IDS_ERROR_NOCLASS, "窗口无法初始化。"
IDS_ERROR_BADCMD, "没有提供字体文件。\n语法\n fontview.exe <字体档案>"
END
END

View file

@ -18,4 +18,5 @@ BEGIN
IDS_ERROR_NOFONT, "%1 不是一個有效的字體檔案。"
IDS_ERROR_NOCLASS, "窗口無法初始化。"
IDS_ERROR_BADCMD, "沒有提供字體文件。\n語法\n fontview.exe <字體檔案>"
END
END