[yast-commit] r41138 - /branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc
Author: gs Date: Thu Sep 27 15:25:27 2007 New Revision: 41138 URL: http://svn.opensuse.org/viewcvs/yast?rev=41138&view=rev Log: add comment Modified: branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc Modified: branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc?rev=41138&r1=41137&r2=41138&view=diff ============================================================================== --- branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc (original) +++ branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc Thu Sep 27 15:25:27 2007 @@ -296,6 +296,14 @@ Redraw(); } +/////////////////////////////////////////////////////////////////// +// +// +// METHOD NAME : NCComboBox::setText +// METHOD TYPE : void +// +// DESCRIPTION : +// void NCComboBox::setText( const string & ntext ) { privText = NCstring( ntext ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn.opensuse.org