mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Did forget the info I did change
it is remove all hardcode string to En.rc to make it easy to translate svn path=/trunk/; revision=14458
This commit is contained in:
parent
cc05ff6eb8
commit
70ccaeb797
3 changed files with 6 additions and 2 deletions
|
@ -27,6 +27,9 @@
|
||||||
*
|
*
|
||||||
* 23-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
* 23-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>)
|
||||||
* Added handling of multiple filenames.
|
* Added handling of multiple filenames.
|
||||||
|
*
|
||||||
|
* 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)
|
||||||
|
* Remove all hardcode string to En.rc
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
* 02 Apr 2005 (Magnus Olsen
|
* 02 Apr 2005 (Magnus Olsen
|
||||||
* Remove Hardcode string so
|
* Remove Hardcode string so
|
||||||
* they can be translate
|
* they can be translate
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
|
@ -124,8 +124,8 @@
|
||||||
* Improved chdir/cd command.
|
* Improved chdir/cd command.
|
||||||
*
|
*
|
||||||
* 02-Apr-2004 (Magnus Olsen <magnus@greatlord.com>)
|
* 02-Apr-2004 (Magnus Olsen <magnus@greatlord.com>)
|
||||||
Remove all hard code string so they can be
|
* Remove all hard code string so they can be
|
||||||
translate to other langues.
|
* translate to other langues.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
Loading…
Reference in a new issue