diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:15 -0600 |
commit | ef73e104bd71560e1dab2c0c9a1bb1d718674e1a (patch) | |
tree | 47507e67e6659272cb14f11a1ed3d0ee0929328b /doc/man/man1/msg2qm.1 | |
parent | 2bec4674492e058ed822768c0a9c4a848dbf81d9 (diff) | |
download | qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.tar.gz qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.zip |
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'doc/man/man1/msg2qm.1')
-rw-r--r-- | doc/man/man1/msg2qm.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man1/msg2qm.1 b/doc/man/man1/msg2qm.1 index 7d22bbb..c350854 100644 --- a/doc/man/man1/msg2qm.1 +++ b/doc/man/man1/msg2qm.1 @@ -1,10 +1,10 @@ -.TH "msg2qm" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "msg2tqm" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -msg2qm \- Converts translated .po files to a Qt\-specific binary format. +msg2tqm \- Converts translated .po files to a Qt\-specific binary format. .SH "SYNTAX" .LP -msg2qm myapp_de.po myapp_de.qm +msg2tqm myapp_de.po myapp_de.qm .SH "DESCRIPTION" .LP @@ -14,9 +14,9 @@ are platform and locale independent, containing translations in Unicode and various hash tables to provide fast look\-up. - msg2qm myapp_de.po myapp_de.qm - msg2qm myapp_fr.po myapp_fr.qm - msg2qm myapp_ja.po myapp_ja.qm + msg2tqm myapp_de.po myapp_de.qm + msg2tqm myapp_fr.po myapp_fr.qm + msg2tqm myapp_ja.po myapp_ja.qm In your application, use QTranslator::load() to load |