Commit 820c9009 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.3.7-20040517

parent 64ab3608
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.3.7
DOXYGEN Version 1.3.7-20040517


Please read the installation section of the manual 
Please read the installation section of the manual 
(http://www.doxygen.org/install.html) for instructions.
(http://www.doxygen.org/install.html) for instructions.


--------
--------
Dimitri van Heesch (07 May 2004)
Dimitri van Heesch (17 May 2004)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.3.7
DOXYGEN Version 1.3.7_20040517


Please read INSTALL for compilation instructions.
Please read INSTALL for compilation instructions.


@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.


Enjoy,
Enjoy,


Dimitri van Heesch (dimitri@stack.nl) (07 May 2004)
Dimitri van Heesch (dimitri@stack.nl) (17 May 2004)
+1 −1
Original line number Original line Diff line number Diff line
1.3.7
1.3.7-20040517
+1 −0
Original line number Original line Diff line number Diff line
@@ -479,6 +479,7 @@ void ConfigFile::addDependency(QDict<QObject> *switches,
{
{
  if (!dep.isEmpty())
  if (!dep.isEmpty())
  {
  {
    //printf("ConfigFile::addDependency(%s)\n",name.data());
    IInput *parent = m_inputWidgets->find(dep);
    IInput *parent = m_inputWidgets->find(dep);
    ASSERT(parent!=0);
    ASSERT(parent!=0);
    IInput *child = m_inputWidgets->find(name);
    IInput *child = m_inputWidgets->find(name);
+2 −2
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ f_prefix=/usr/local
f_insttool=NO
f_insttool=NO
f_english=NO
f_english=NO
f_wizard=NO
f_wizard=NO
f_langs=nl,se,cz,fr,it,de,jp,je,es,fi,ru,hr,pl,pt,hu,kr,ke,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr,ca
f_langs=nl,se,cz,fr,it,de,jp,je,es,fi,ru,hr,pl,pt,hu,kr,ke,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr,ca,lt


while test -n "$1";  do
while test -n "$1";  do
  case $1 in
  case $1 in
@@ -518,7 +518,7 @@ echo -n " Generating src/lang_cfg.h..."
echo $f_langs | $f_perl -e '@l=split(/,/,<STDIN>); 
echo $f_langs | $f_perl -e '@l=split(/,/,<STDIN>); 
        chomp @l; 
        chomp @l; 
	@allowed=(NL,SE,CZ,FR,IT,DE,JP,JE,ES,FI,RU,HR,PL,PT,HU,KR,KE,RO,SI,CN,NO,BR,
	@allowed=(NL,SE,CZ,FR,IT,DE,JP,JE,ES,FI,RU,HR,PL,PT,HU,KR,KE,RO,SI,CN,NO,BR,
		  DK,SK,UA,GR,TW,SR,CA);
		  DK,SK,UA,GR,TW,SR,CA,LT);
	foreach my $elem (@l){ 
	foreach my $elem (@l){ 
	     $elem =~ tr/a-z/A-Z/;
	     $elem =~ tr/a-z/A-Z/;
	     $r=0;
	     $r=0;
Loading