Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

about: use default style for download_url_label

Changeset 4cef7697983f

Parent d84f6d87934a

by André Sintzoff

Changes to 2 files · Browse files at 4cef7697983f Showing diff from parent d84f6d87934a Diff from another changeset...

 
192
193
194
195
 
196
197
198
 
192
193
194
 
195
196
197
198
@@ -192,7 +192,7 @@
  <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;  &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;  p, li { white-space: pre-wrap; } -&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt; +&lt;/style&gt;&lt;/head&gt;&lt;body&gt;  &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;http://thg_download_url&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://thg-download-url&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>   </property>   <property name="alignment">
 
2
3
4
5
 
6
7
8
 
162
163
164
165
 
166
167
168
 
2
3
4
 
5
6
7
8
 
162
163
164
 
165
166
167
168
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'tortoisehg/hgqt/about.ui'  # -# Created: Mon May 17 22:21:59 2010 +# Created: Tue May 18 19:21:37 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -162,7 +162,7 @@
  self.download_url_label.setText(QtGui.QApplication.translate("AboutDialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"  "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"  "p, li { white-space: pre-wrap; }\n" -"</style></head><body style=\" font-family:\'MS Shell Dlg 2\'; font-size:8pt; font-weight:400; font-style:normal;\">\n" +"</style></head><body>\n"  "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"http://thg_download_url\"><span style=\" text-decoration: underline; color:#0000ff;\">http://thg-download-url</span></a></p></body></html>", None, QtGui.QApplication.UnicodeUTF8))   self.license_button.setText(QtGui.QApplication.translate("AboutDialog", "&License", None, QtGui.QApplication.UnicodeUTF8))   self.close_button.setText(QtGui.QApplication.translate("AboutDialog", "&Close", None, QtGui.QApplication.UnicodeUTF8))