Update of /cvsroot/darkeyetool/det/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31380
Modified Files:
PersonGUIwx.cpp
Log Message:
&& durch und ersetzt
Index: PersonGUIwx.cpp
===================================================================
RCS file: /cvsroot/darkeyetool/det/src/gui/PersonGUIwx.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** PersonGUIwx.cpp 12 Jul 2004 16:24:26 -0000 1.64
--- PersonGUIwx.cpp 17 Jul 2004 09:00:13 -0000 1.65
***************
*** 113,117 ****
notebook_->AddPage(MacheKompaktPanel(notebook_), _t("Kompakt").c_str());
notebook_->AddPage(MacheBasisPanel(notebook_), _t("Basiswerte").c_str());
! notebook_->AddPage(MacheCharSFPanel(notebook_), _t("Vor-/Nachteile && SF").c_str());
notebook_->AddPage(MacheTalentPanel(notebook_), _t("Talente").c_str());
notebook_->AddPage(MacheKampfPanel(notebook_), _t("Kampf").c_str());
--- 113,117 ----
notebook_->AddPage(MacheKompaktPanel(notebook_), _t("Kompakt").c_str());
notebook_->AddPage(MacheBasisPanel(notebook_), _t("Basiswerte").c_str());
! notebook_->AddPage(MacheCharSFPanel(notebook_), _t("Vor-/Nachteile und SF").c_str());
notebook_->AddPage(MacheTalentPanel(notebook_), _t("Talente").c_str());
notebook_->AddPage(MacheKampfPanel(notebook_), _t("Kampf").c_str());
***************
*** 3816,3819 ****
--- 3816,3822 ----
//@+node:<< Version History >>
// $Log$
+ // Revision 1.65 2004/07/17 09:00:13 vrandezo
+ // && durch und ersetzt
+ //
// Revision 1.64 2004/07/12 16:24:26 twel
// wxCommandEvent geändert zu wxNotebookEvent (wegen wxGTK 2.5.2)
|