changeset 218:8b102514494d

Added the html tidy uigui file for copying. I forgot that before. In the changelog added one entry. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@426 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 13 Jun 2007 07:49:30 +0000
parents a388cb9e4723
children e7d5b48da0b8
files CHANGELOG.txt buildwin32release_gcc.bat
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Wed Jun 13 07:47:59 2007 +0000
+++ b/CHANGELOG.txt	Wed Jun 13 07:49:30 2007 +0000
@@ -6,6 +6,7 @@
 [add] Added support for HTML Tidy. The executable is contained in the release package.
 [change] The about dialog shows now a credits scroller to say thanks to all people, who have helped me somehow.
 [fix] Bug ID 1733499 : UniversalIndentGui crashed if inside of an indenter ini file the category number of one parameter was higher than the available categories.
+[fix] Bug ID 1735586 : Some dialogs had untranslated buttons. For example yes, no, cancel were not translated.
 
 2007-05-03 Version 0.6.0 Beta
 [add] Feature Request ID 1700557 : Added a settings dialog for handling more possible settings with better usabiltiy.
--- a/buildwin32release_gcc.bat	Wed Jun 13 07:47:59 2007 +0000
+++ b/buildwin32release_gcc.bat	Wed Jun 13 07:49:30 2007 +0000
@@ -67,7 +67,7 @@
 
 echo Copying the indenter uigui ini files to the release data dir
 echo ------------------------------------------------------------
-FOR %%A IN ( uigui_astyle.ini, uigui_bcpp.ini, uigui_csstidy.ini, uigui_gnuindent.ini, uigui_greatcode.ini, uigui_phpCB.ini, uigui_uncrustify.ini, highlighter.ini ) DO (
+FOR %%A IN ( uigui_astyle.ini, uigui_bcpp.ini, uigui_csstidy.ini, uigui_gnuindent.ini, uigui_greatcode.ini, uigui_htmltidy.ini, uigui_phpCB.ini, uigui_uncrustify.ini, highlighter.ini ) DO (
     if not exist .\data\%%A (
         echo File .\data\%%A not found!
         goto ERROR
@@ -96,7 +96,10 @@
 copy %QTDIR%\translations\qt_de.qm .\translations\ >NUL
 copy %QTDIR%\translations\qt_ja_jp.qm .\translations\qt_ja.qm >NUL
 copy %QTDIR%\translations\qt_zh_CN.qm .\translations\qt_tw.qm >NUL
-for %%A in ( de, tw, ja) do (
+copy %QTDIR%\translations\qt_de.qm .\UniversalIndentGUI_win32\translations\ >NUL
+copy %QTDIR%\translations\qt_ja_jp.qm .\UniversalIndentGUI_win32\translations\qt_ja.qm >NUL
+copy %QTDIR%\translations\qt_zh_CN.qm .\UniversalIndentGUI_win32\translations\qt_tw.qm >NUL
+for %%A in ( de, tw, ja ) do (
     if not exist .\translations\universalindent_%%A.qm (
         echo File .\translations\universalindent_%%A.qm not found!
         goto ERROR