[Aptitude-svn-commit] r3458 - in branches/aptitude-0.3/aptitude: . src/vscreen

Daniel Burrows dburrows@costa.debian.org
Sun, 26 Jun 2005 16:54:50 +0000


Author: dburrows
Date: Sun Jun 26 16:54:48 2005
New Revision: 3458

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/vscreen/vs_button.h
Log:
Actually overload vs_button::vs_button.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sun Jun 26 16:54:48 2005
@@ -1,5 +1,9 @@
 2005-06-26  Daniel Burrows  <dburrows@debian.org>
 
+	* src/vscreen/vs_button.h:
+
+	  Doh, actually overload vs_button::vs_button.
+
 	* src/vscreen/vscreen.cc:
 
 	  Use get_wch() instead of getch() -- this will need to be

Modified: branches/aptitude-0.3/aptitude/src/vscreen/vs_button.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/vs_button.h	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/vs_button.h	Sun Jun 26 16:54:48 2005
@@ -46,7 +46,7 @@
    *  \param _label the new label of this button; it will be placed
    *  inside a simple text_fragment.
    */
-  vs_button(const std::string &_label);
+  vs_button(const std::wstring &_label);
   ~vs_button();
 
   void paint(const style &st);