all repos — fluxbox @ c424978f5adbd7281d9df3ed5ca414639b67a3c2

custom fork of the fluxbox windowmanager

fixed correct bullet position name
fluxgen fluxgen
commit

c424978f5adbd7281d9df3ed5ca414639b67a3c2

parent

cd9634cf94dafeb64a240e7bfe3c0f2979d6ad56

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbTk/MenuTheme.ccsrc/FbTk/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.5 2003/02/22 19:08:28 fluxgen Exp $ +// $Id: MenuTheme.cc,v 1.6 2003/02/23 01:00:48 fluxgen Exp $ #include "MenuTheme.hh"

@@ -46,7 +46,7 @@ titlefont(*this, "menu.title.font", "Menu.Title.Font"),

framefont(*this, "menu.frame.font", "Menu.Frame.Font"), framefont_justify(*this, "menu.frame.justify", "Menu.Frame.Justify"), titlefont_justify(*this, "menu.title.justify", "Menu.Title.Justify"), - bullet_pos(*this, "menu.bulletPos", "Menu.BulletPos"), + bullet_pos(*this, "menu.bullet.position", "Menu.Bullet.Position"), m_bullet(*this, "menu.bullet", "Menu.Bullet"), m_border_width(*this, "borderWidth", "BorderWidth"), m_bevel_width(*this, "bevelWidth", "BevelWidth"),