From a1c19c299e26d086cd58f57d878e1f839e8b99e6 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Thu, 6 May 2004 20:43:16 +0000 Subject: [PATCH] Minor changes. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1343 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/wx-console/CHANGELOG | 5 +++++ bacula/src/wx-console/TODO | 3 +++ bacula/src/wx-console/wxbmainframe.cpp | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/bacula/src/wx-console/CHANGELOG b/bacula/src/wx-console/CHANGELOG index b646b2f1b7..f171005a90 100644 --- a/bacula/src/wx-console/CHANGELOG +++ b/bacula/src/wx-console/CHANGELOG @@ -1,3 +1,8 @@ +06-05-2004 : + - wxbMainFrame : Corrected font bug in GTK+ 1.2 + - console_thread : Added support for Mac OS X configuration + file location. + 02-05-2004 : - wxbMainFrame : Corrected incorrect casting of thread event functions (reported by Aristedes Maniatis) diff --git a/bacula/src/wx-console/TODO b/bacula/src/wx-console/TODO index db42539f90..1541ad0309 100644 --- a/bacula/src/wx-console/TODO +++ b/bacula/src/wx-console/TODO @@ -13,6 +13,9 @@ Mac OS X : "You must first get a unique identifier for your application, a so called creator, a four letter constant. All you need to know about this step is at http://developer.apple.com/dev/cftype/" (wxWiki) To modify in Makefile.in wx-console target + +Mac OS X : Ask kern for the status of this distribution (who is + the package releaser ?) [postponed to July:] diff --git a/bacula/src/wx-console/wxbmainframe.cpp b/bacula/src/wx-console/wxbmainframe.cpp index e9b8eea833..d066bc9237 100644 --- a/bacula/src/wx-console/wxbmainframe.cpp +++ b/bacula/src/wx-console/wxbmainframe.cpp @@ -230,7 +230,7 @@ wxbMainFrame::wxbMainFrame(const wxString& title, const wxPoint& pos, const wxSi #if defined __WXGTK12__ && !defined __WXGTK20__ // Fix for "chinese" fonts under gtk+ 1.2 font.SetDefaultEncoding(wxFONTENCODING_ISO8859_1); consoleCtrl->SetDefaultStyle(wxTextAttr(*wxBLACK, wxNullColour, font)); - Print("Warning : Unicode is disabled because you are using wxWidgets for GTK+ 1.2.", CS_DEBUG); + Print("Warning : Unicode is disabled because you are using wxWidgets for GTK+ 1.2.\n", CS_DEBUG); #else consoleCtrl->SetDefaultStyle(wxTextAttr(*wxBLACK, wxNullColour, font)); #endif -- 2.39.5