From 55f4857ea97393996eb266f86e1c69030fef0dcf Mon Sep 17 00:00:00 2001 From: fluxgen Date: Thu, 10 Jul 2003 14:17:18 +0000 Subject: changed menu.shape to menu.roundCorners --- src/FbWinFrameTheme.cc | 4 ++-- src/MenuTheme.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FbWinFrameTheme.cc b/src/FbWinFrameTheme.cc index c084748..7d439f3 100644 --- a/src/FbWinFrameTheme.cc +++ b/src/FbWinFrameTheme.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbWinFrameTheme.cc,v 1.5 2003/07/10 11:38:12 fluxgen Exp $ +// $Id: FbWinFrameTheme.cc,v 1.6 2003/07/10 14:17:18 fluxgen Exp $ #include "FbWinFrameTheme.hh" #include "App.hh" @@ -57,7 +57,7 @@ FbWinFrameTheme::FbWinFrameTheme(int screen_num): m_font(*this, "window.font", "Window.Font"), m_textjustify(*this, "window.justify", "Window.Justify"), - m_shape_place(*this, "window.shape", "Window.Shape") { + m_shape_place(*this, "window.roundCorners", "Window.RoundCorners") { // create GCs Display *disp = FbTk::App::instance()->display(); diff --git a/src/MenuTheme.cc b/src/MenuTheme.cc index ff9b639..b06e489 100644 --- a/src/MenuTheme.cc +++ b/src/MenuTheme.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: MenuTheme.cc,v 1.1 2003/07/10 11:52:47 fluxgen Exp $ +// $Id: MenuTheme.cc,v 1.2 2003/07/10 14:16:11 fluxgen Exp $ #include "MenuTheme.hh" #include "StringUtil.hh" @@ -51,6 +51,6 @@ void FbTk::ThemeItem::setFromString(const char *str) { } MenuTheme::MenuTheme(int screen_num):FbTk::MenuTheme(screen_num), - m_shapeplace(*this, "menu.shape", "Menu.Shape") { + m_shapeplace(*this, "menu.roundCorners", "Menu.RoundCorners") { *m_shapeplace = Shape::NONE; } -- cgit v0.11.2