0.2.2 RC
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@100 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
950488ece3
commit
103b35169f
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,19 +92,6 @@ KeePassX is distributed under the terms of the
|
|||
General Public License (GPL) version 2.</string>
|
||||
</property>
|
||||
</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" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
|
@ -115,12 +102,25 @@ General Public License (GPL) version 2.</string>
|
|||
</rect>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>http://keepass.berlios.de/</string>
|
||||
<string>http://keepassx.sourceforge.net</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring></cstring>
|
||||
</property>
|
||||
</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 class="QWidget" name="tab_2" >
|
||||
<attribute name="title" >
|
||||
|
|
Loading…
Reference in New Issue