From: epage Date: Sat, 16 May 2009 20:17:24 +0000 (+0000) Subject: Removign some @todo's and making the history status label default value make more... X-Git-Url: http://vcs.maemo.org/git/?p=quicknote;a=commitdiff_plain;h=76893a215c09f0287848b02d81a14fab99f82d4a Removign some @todo's and making the history status label default value make more sense w/ becoming translatable git-svn-id: file:///svnroot/quicknote/trunk@43 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2 --- diff --git a/src/libnotizen.py b/src/libnotizen.py index b358160..23af22b 100644 --- a/src/libnotizen.py +++ b/src/libnotizen.py @@ -7,8 +7,6 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. - -@todo Add hiding of the history button on zoom """ import time @@ -83,7 +81,7 @@ class Notizen(gtk.HBox): self._historyBox = gtk.HBox(homogeneous = False, spacing = 0) - self._historyStatusLabel = gtk.Label("Test") + self._historyStatusLabel = gtk.Label(_("No History")) self._historyStatusLabel.set_alignment(0.0, 0.5) self._historyBox.pack_start(self._historyStatusLabel, expand = True, fill = True, padding = 3) diff --git a/src/libquicknote.py b/src/libquicknote.py index c07d852..53eb70e 100644 --- a/src/libquicknote.py +++ b/src/libquicknote.py @@ -8,8 +8,6 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. -@todo Add an edit menu with select all, cut, copy, and paste -@todo Add undo directly into the UI @todo Add Note Export (txt File) and Export All (json dump?) @todo Save word wrap and zoom setting """