changed menu.shape to menu.roundCorners
fluxgen fluxgen
2 files changed,
4 insertions(+),
4 deletions(-)
M
src/FbWinFrameTheme.cc
→
src/FbWinFrameTheme.cc
@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 @@ m_button_unfocus_color(*this, "window.button.unfocus.picColor", "Window.Button.Unfocus.PicColor"),
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();
M
src/MenuTheme.cc
→
src/MenuTheme.cc
@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 @@ *(*this) = static_cast<Shape::ShapePlace>(places);
} 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; }