git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@100 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tarek_saidi 2006-06-23 22:03:39 +00:00
parent 950488ece3
commit 103b35169f
3 changed files with 20 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 880 B

View File

@ -44,7 +44,7 @@ if(TrActive){
} }
Edit_Translation->setHtml(AboutTr+tr("\ Edit_Translation->setHtml(AboutTr+tr("\
Information on how to translate KeePassX can be found under:\n\ Information on how to translate KeePassX can be found under:\n\
http://keepass.berlios.de/")); http://keepassx.sourceforge.net/"));
QString str; QString str;
str+="<b>"+tr("Team")+"</b><br>"; str+="<b>"+tr("Team")+"</b><br>";
str+="<div style='margin-left:10px;'>"; str+="<div style='margin-left:10px;'>";
@ -55,6 +55,9 @@ str+="</div><br><div style='margin-left:0px;'>";
str+="<b>"+tr("Thanks To")+"</b>"; str+="<b>"+tr("Thanks To")+"</b>";
str+="</div><div style='margin-left:10px;'>"; str+="</div><div style='margin-left:10px;'>";
str+="<u>"+tr("Matthias Miller")+"</u><br>"+tr("Patches for better MacOS X support")+"<br>"+tr("www.outofhanwell.com")+"<br></div>"; str+="<u>"+tr("Matthias Miller")+"</u><br>"+tr("Patches for better MacOS X support")+"<br>"+tr("www.outofhanwell.com")+"<br></div>";
str+="<br>";
str+="</div><div style='margin-left:10px;'>";
str+="<u>"+tr("James Nicholls")+"</u><br>"+tr("Main Application Icon")/*+"<br>"+tr("mailto:???")*/+"<br></div>";
Edit_Thanks->setHtml(str); Edit_Thanks->setHtml(str);
} }
@ -93,10 +96,10 @@ delete buffer;
} }
void CAboutDialog::OnHomepageClicked(){ void CAboutDialog::OnHomepageClicked(){
openBrowser(tr("http://keepass.berlios.de/index.php")); openBrowser(tr("http://keepassx.sf.net"));
} }
void CAboutDialog::OnEMailClicked(){ void CAboutDialog::OnEMailClicked(){
openBrowser("mailto:tarek.saidi@arcor.de"); openBrowser("mailto:keepassx@gmail.com");
} }

View File

@ -92,19 +92,6 @@ KeePassX is distributed under the terms of the
General Public License (GPL) version 2.</string> General Public License (GPL) version 2.</string>
</property> </property>
</widget> </widget>
<widget class="LinkLabel" name="label_3" >
<property name="geometry" >
<rect>
<x>30</x>
<y>80</y>
<width>351</width>
<height>17</height>
</rect>
</property>
<property name="text" >
<string>tarek.saidi@arcor.de</string>
</property>
</widget>
<widget class="LinkLabel" name="label_2" > <widget class="LinkLabel" name="label_2" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
@ -115,12 +102,25 @@ General Public License (GPL) version 2.</string>
</rect> </rect>
</property> </property>
<property name="text" > <property name="text" >
<string>http://keepass.berlios.de/</string> <string>http://keepassx.sourceforge.net</string>
</property> </property>
<property name="buddy" > <property name="buddy" >
<cstring></cstring> <cstring></cstring>
</property> </property>
</widget> </widget>
<widget class="LinkLabel" name="label_3" >
<property name="geometry" >
<rect>
<x>30</x>
<y>80</y>
<width>351</width>
<height>17</height>
</rect>
</property>
<property name="text" >
<string>keepassx@gmail.com</string>
</property>
</widget>
</widget> </widget>
<widget class="QWidget" name="tab_2" > <widget class="QWidget" name="tab_2" >
<attribute name="title" > <attribute name="title" >