diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-11 14:09:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-11 14:09:46 +0900 |
commit | 64dc8cad728f6680166df0aa7b6ba797e1aa0c2b (patch) | |
tree | dce7d5a484821024879da68e680ca2930583fb73 /config.h.cmake | |
parent | b4d35ab97d008c3b24a109640d90dba73215631b (diff) | |
download | universal-indent-gui-tqt-64dc8cad728f6680166df0aa7b6ba797e1aa0c2b.tar.gz universal-indent-gui-tqt-64dc8cad728f6680166df0aa7b6ba797e1aa0c2b.zip |
Added logic for language translation
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 1ee445a..0d0af75 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -18,3 +18,6 @@ // strstream support #cmakedefine HAVE_STRSTREAM + +// Need to undefine this to let TQt3's translator work properly +#undef TQT_NO_TRANSLATION |