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:
Philippe Houdoin
2010-09-13 14:51:53 +00:00
parent 2f313958ce
commit efe5db5572
+1 -1
View File
@@ -497,7 +497,7 @@ CharacterWindow::_CreateFontMenu()
font_style style;
uint32 flags;
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);
if (!strcmp(family, currentFamily)