[gnote] Remove extra argument for constructor



commit 215271e09897f6ecc262cb02f636053a9992e627
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Mon Jun 3 22:59:42 2013 +0300

    Remove extra argument for constructor

 src/notebooks/notebooknoteaddin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/notebooks/notebooknoteaddin.cpp b/src/notebooks/notebooknoteaddin.cpp
index 58d35f3..21419e2 100644
--- a/src/notebooks/notebooknoteaddin.cpp
+++ b/src/notebooks/notebooknoteaddin.cpp
@@ -73,7 +73,7 @@ namespace notebooks {
     grid->attach(*manage(new Gtk::Image(
       IconManager::obj().get_icon(IconManager::NOTEBOOK, icon_size))),
                  0, 0, 1, 1);
-    m_label_widget = manage(new Gtk::Label("try"));
+    m_label_widget = manage(new Gtk::Label);
     grid->attach(*m_label_widget, 1, 0, 1, 1);
     m_toolButton = Gtk::manage(new gnote::utils::ToolMenuButton(*grid, m_menu));
     m_toolButton->set_tooltip_text(_("Place this note into a notebook"));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]