From: <ma...@us...> - 2003-12-30 10:13:05
|
Update of /cvsroot/sharedaemon/ui-wx/src In directory sc8-pr-cvs1:/tmp/cvs-serv2258 Modified Files: MainDlg.cpp Log Message: Typo fix Index: MainDlg.cpp =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/src/MainDlg.cpp,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- MainDlg.cpp 30 Dec 2003 09:09:30 -0000 1.52 +++ MainDlg.cpp 30 Dec 2003 10:12:59 -0000 1.53 @@ -395,7 +395,7 @@ ); } /* On wxGTK, we can use custom control in both toolbar positions */ -#elif defined(__WXGTK__) { +#elif defined(__WXGTK__) names.Add(_("Connect")); names.Add(_("Log")); ids[1] = ID_BTN_CONNECT; |