Changeset 1f9e100842c6fb0277adb638d6c8fe7f459ef7c8
- Timestamp:
- 04/25/04 17:32:28
(4 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1082907148 +0000
- git-parent:
[2b208ebcf0f53764dee625dc91edd9f6ba3cedaf]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1082907148 +0000
- Message:
Do not translate wizard strings, and stop ignoring old win32 gui plugin
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r445d17b |
r1f9e100 |
|
| 374 | 374 | echo "# modules" >> po/POTFILES.in |
|---|
| 375 | 375 | find modules -name '*.[chm]' -o -name '*.[ch]pp' \ |
|---|
| 376 | | | grep -v '\(gui/win32/\|\.moc\.\|gui/gtk2/\)' \ |
|---|
| | 376 | | grep -v '\(gui/wxwindows/wizard\|\.moc\.\|gui/gtk2/\)' \ |
|---|
| 377 | 377 | | sort >> po/POTFILES.in |
|---|
| 378 | 378 | # clean old potfiles |
|---|