<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,6 +27,10 @@
 #include &lt;qtextedit.h&gt;
 #include &lt;qtextstream.h&gt;
 
+#if defined(WEBKIT_TRUNK)
+#include &lt;qwebkitversion.h&gt;
+#endif
+
 AboutDialog::AboutDialog(QWidget *parent)
     : QDialog(parent)
 {
@@ -35,6 +39,11 @@ AboutDialog::AboutDialog(QWidget *parent)
     logo-&gt;setPixmap(qApp-&gt;windowIcon().pixmap(128, 128));
     name-&gt;setText(qApp-&gt;applicationName());
     version-&gt;setText(qApp-&gt;applicationVersion());
+#if defined(WEBKIT_TRUNK)
+    webkitVersion-&gt;setText(tr(&quot;WebKit version: %1&quot;).arg(qWebKitVersion()));
+#else
+    webkitVersion-&gt;hide();
+#endif
     connect(authorsButton, SIGNAL(clicked()),
             this, SLOT(authorsButtonClicked()));
     connect(licenseButton, SIGNAL(clicked()),</diff>
      <filename>src/aboutdialog.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -5,8 +5,8 @@
    &lt;rect&gt;
     &lt;x&gt;0&lt;/x&gt;
     &lt;y&gt;0&lt;/y&gt;
-    &lt;width&gt;454&lt;/width&gt;
-    &lt;height&gt;236&lt;/height&gt;
+    &lt;width&gt;450&lt;/width&gt;
+    &lt;height&gt;240&lt;/height&gt;
    &lt;/rect&gt;
   &lt;/property&gt;
   &lt;property name=&quot;modal&quot; &gt;
@@ -79,6 +79,29 @@
     &lt;/widget&gt;
    &lt;/item&gt;
    &lt;item&gt;
+    &lt;widget class=&quot;QLabel&quot; name=&quot;webkitVersion&quot; &gt;
+     &lt;property name=&quot;sizePolicy&quot; &gt;
+      &lt;sizepolicy vsizetype=&quot;Fixed&quot; hsizetype=&quot;Preferred&quot; &gt;
+       &lt;horstretch&gt;0&lt;/horstretch&gt;
+       &lt;verstretch&gt;0&lt;/verstretch&gt;
+      &lt;/sizepolicy&gt;
+     &lt;/property&gt;
+     &lt;property name=&quot;font&quot; &gt;
+      &lt;font&gt;
+       &lt;pointsize&gt;11&lt;/pointsize&gt;
+       &lt;weight&gt;50&lt;/weight&gt;
+       &lt;bold&gt;false&lt;/bold&gt;
+      &lt;/font&gt;
+     &lt;/property&gt;
+     &lt;property name=&quot;text&quot; &gt;
+      &lt;string/&gt;
+     &lt;/property&gt;
+     &lt;property name=&quot;alignment&quot; &gt;
+      &lt;set&gt;Qt::AlignCenter&lt;/set&gt;
+     &lt;/property&gt;
+    &lt;/widget&gt;
+   &lt;/item&gt;
+   &lt;item&gt;
     &lt;widget class=&quot;QLabel&quot; name=&quot;description&quot; &gt;
      &lt;property name=&quot;text&quot; &gt;
       &lt;string&gt;Lightweight WebKit-based web browser&lt;/string&gt;</diff>
      <filename>src/aboutdialog.ui</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ec88a7204e0d92b7894dafb10fdff5b407703950</id>
    </parent>
  </parents>
  <author>
    <name>Jakub Wieczorek</name>
    <email>faw217@gmail.com</email>
  </author>
  <url>http://github.com/Arora/arora/commit/a480c70b6364f9294ab06cf2ad7fea3d27a0a167</url>
  <id>a480c70b6364f9294ab06cf2ad7fea3d27a0a167</id>
  <committed-date>2009-07-28T12:28:01-07:00</committed-date>
  <authored-date>2009-07-28T11:48:38-07:00</authored-date>
  <message>Add WebKit version to the About dialog.</message>
  <tree>7816fa067ec2acac2f0b269ca8f7ecc2b5042a7c</tree>
  <committer>
    <name>Jakub Wieczorek</name>
    <email>faw217@gmail.com</email>
  </committer>
</commit>
