git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@100 b624d157-de02-0410-bad0-e51aec6abb33
master
tarek_saidi 18 years ago
parent 950488ece3
commit 103b35169f
  1. BIN
      share/keepass/icons/settings.png
  2. 9
      src/dialogs/AboutDlg.cpp
  3. 18
      src/forms/AboutDlg.ui

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 880 B

@ -44,7 +44,7 @@ if(TrActive){
}
Edit_Translation->setHtml(AboutTr+tr("\
Information on how to translate KeePassX can be found under:\n\
http://keepass.berlios.de/"));
http://keepassx.sourceforge.net/"));
QString str;
str+="<b>"+tr("Team")+"</b><br>";
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+="</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+="<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);
}
@ -93,10 +96,10 @@ delete buffer;
}
void CAboutDialog::OnHomepageClicked(){
openBrowser(tr("http://keepass.berlios.de/index.php"));
openBrowser(tr("http://keepassx.sf.net"));
}
void CAboutDialog::OnEMailClicked(){
openBrowser("mailto:tarek.saidi@arcor.de");
openBrowser("mailto:keepassx@gmail.com");
}

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