Remove superfluous tab introduced in previous commit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38633 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -497,7 +497,7 @@ CharacterWindow::_CreateFontMenu()
|
|||||||
font_style style;
|
font_style style;
|
||||||
uint32 flags;
|
uint32 flags;
|
||||||
if (get_font_style(family, j, &style, &flags) == B_OK) {
|
if (get_font_style(family, j, &style, &flags) == B_OK) {
|
||||||
item = new BMenuItem(style, new BMessage(kMsgFontSelected));
|
item = new BMenuItem(style, new BMessage(kMsgFontSelected));
|
||||||
subMenu->AddItem(item);
|
subMenu->AddItem(item);
|
||||||
|
|
||||||
if (!strcmp(family, currentFamily)
|
if (!strcmp(family, currentFamily)
|
||||||
|
|||||||
Reference in New Issue
Block a user