diff options
Diffstat (limited to 'src/MenuTheme.cc')
-rw-r--r-- | src/MenuTheme.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: MenuTheme.cc,v 1.1 2003/07/10 11:52:47 fluxgen Exp $ | 22 | // $Id: MenuTheme.cc,v 1.2 2003/07/10 14:16:11 fluxgen Exp $ |
23 | 23 | ||
24 | #include "MenuTheme.hh" | 24 | #include "MenuTheme.hh" |
25 | #include "StringUtil.hh" | 25 | #include "StringUtil.hh" |
@@ -51,6 +51,6 @@ void FbTk::ThemeItem<Shape::ShapePlace>::setFromString(const char *str) { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | MenuTheme::MenuTheme(int screen_num):FbTk::MenuTheme(screen_num), | 53 | MenuTheme::MenuTheme(int screen_num):FbTk::MenuTheme(screen_num), |
54 | m_shapeplace(*this, "menu.shape", "Menu.Shape") { | 54 | m_shapeplace(*this, "menu.roundCorners", "Menu.RoundCorners") { |
55 | *m_shapeplace = Shape::NONE; | 55 | *m_shapeplace = Shape::NONE; |
56 | } | 56 | } |