aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-02-23 01:00:48 (GMT)
committerfluxgen <fluxgen>2003-02-23 01:00:48 (GMT)
commitc424978f5adbd7281d9df3ed5ca414639b67a3c2 (patch)
tree7f76ab07b4df102585aa3d0754320022edf88cc9
parentcd9634cf94dafeb64a240e7bfe3c0f2979d6ad56 (diff)
downloadfluxbox-c424978f5adbd7281d9df3ed5ca414639b67a3c2.zip
fluxbox-c424978f5adbd7281d9df3ed5ca414639b67a3c2.tar.bz2
fixed correct bullet position name
-rw-r--r--src/FbTk/MenuTheme.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/MenuTheme.cc b/src/FbTk/MenuTheme.cc
index b130829..82a6a51 100644
--- a/src/FbTk/MenuTheme.cc
+++ b/src/FbTk/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.5 2003/02/22 19:08:28 fluxgen Exp $ 22// $Id: MenuTheme.cc,v 1.6 2003/02/23 01:00:48 fluxgen Exp $
23 23
24#include "MenuTheme.hh" 24#include "MenuTheme.hh"
25 25
@@ -46,7 +46,7 @@ MenuTheme::MenuTheme(int screen_num):
46 framefont(*this, "menu.frame.font", "Menu.Frame.Font"), 46 framefont(*this, "menu.frame.font", "Menu.Frame.Font"),
47 framefont_justify(*this, "menu.frame.justify", "Menu.Frame.Justify"), 47 framefont_justify(*this, "menu.frame.justify", "Menu.Frame.Justify"),
48 titlefont_justify(*this, "menu.title.justify", "Menu.Title.Justify"), 48 titlefont_justify(*this, "menu.title.justify", "Menu.Title.Justify"),
49 bullet_pos(*this, "menu.bulletPos", "Menu.BulletPos"), 49 bullet_pos(*this, "menu.bullet.position", "Menu.Bullet.Position"),
50 m_bullet(*this, "menu.bullet", "Menu.Bullet"), 50 m_bullet(*this, "menu.bullet", "Menu.Bullet"),
51 m_border_width(*this, "borderWidth", "BorderWidth"), 51 m_border_width(*this, "borderWidth", "BorderWidth"),
52 m_bevel_width(*this, "bevelWidth", "BevelWidth"), 52 m_bevel_width(*this, "bevelWidth", "BevelWidth"),