.
authorAkos Polster <polster@marzipan.pipacs.com>
Wed, 1 Sep 2010 22:51:58 +0000 (00:51 +0200)
committerAkos Polster <polster@marzipan.pipacs.com>
Wed, 1 Sep 2010 22:51:58 +0000 (00:51 +0200)
devtools.cpp
pkg/changelog

index a22e617..cd8d270 100644 (file)
@@ -30,7 +30,7 @@ DevTools::DevTools(QWidget *parent): Dyalog(parent, false)
 void DevTools::onClear()
 {
     if (QMessageBox::Yes ==
-        QMessageBox::question(this, tr("Clear persistent data?"),
+        QMessageBox::question(this, tr("Clear persistent data"),
                               tr("Library and settings will be cleared, "
                                  "application will be restarted. Continue?"),
                               QMessageBox::Yes | QMessageBox::No)) {
index 05d89e0..4bd622b 100644 (file)
@@ -1,6 +1,8 @@
 dorian (0.1.7-1) unstable; urgency=low
 
   * Navigate through pages instead of book parts
+  * Move some menu items to the toolbar
+  * Don't show buttons in current book's information dialog
 
  -- Akos Polster <akos@pipacs.com>  Wed,  1 Aug 2010 02:00:00 +0200