diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-22 15:01:04 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-22 15:01:04 +0000 |
commit | 0df39aada67d55671872c4ab7e8d87568abaffe7 (patch) | |
tree | fe020ac2f5853453cb6391e7398426a066b6574e /tools | |
parent | c3d0865a3d4055d249c35532acd9f23c70f4b11b (diff) | |
download | fpGUI-0df39aada67d55671872c4ab7e8d87568abaffe7.tar.xz |
* few minor updates for translation support.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/generateincfiles.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/generateincfiles.pas b/tools/generateincfiles.pas index 28529975..9f004ffa 100644 --- a/tools/generateincfiles.pas +++ b/tools/generateincfiles.pas @@ -513,7 +513,7 @@ var s := Copy(s, p+1, Length(s)); s := StringReplace(s, '.po', '.inc', [rfIgnoreCase]); Result := 'lang_' + s; - writeln(' Newfile: ', cCorelib + Result); +// writeln(' Newfile: ', cCorelib + Result); end; begin |