From: <pst...@us...> - 2013-03-20 16:01:51
|
Revision: 993 http://sourceforge.net/p/jazzplusplus/code/993 Author: pstieber Date: 2013-03-20 16:01:48 +0000 (Wed, 20 Mar 2013) Log Message: ----------- 1. Wrapped a line longer than 80 columns. 2. Translated a comment. Modified Paths: -------------- trunk/jazz/src/ControlEdit.cpp Modified: trunk/jazz/src/ControlEdit.cpp =================================================================== --- trunk/jazz/src/ControlEdit.cpp 2013-03-20 15:59:26 UTC (rev 992) +++ trunk/jazz/src/ControlEdit.cpp 2013-03-20 16:01:48 UTC (rev 993) @@ -74,7 +74,8 @@ //(void) new wxMessage(panel, (char *)label); //panel->NewLine(); - // PORTING: changed the calls a bit so it would compile, need to remake the layout and do the event bindings + // PORTING: changed the calls a bit so it would compile, + // need to remake the layout and do the event bindings ctrlmode = 0; // Edit seems stupid to me. @@ -97,8 +98,7 @@ //(void)new wxButton(panel, (wxFunction)Bars, "Bars"); } ctrlmode = 0; - // ab hier dient ctrlmode zur Unterscheidung zwischen - // Apply und Edit. + // ctrlmode is used to distinguish between Apply and Edit. edit = new JZArrayEdit((wxFrame *)mpPianoWindow, array, x+dx, y, w - dx, h, 0); edit->SetLabel(label); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |