From efe5db55723e15971ff5718ee4a1c63a45d961a7 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Mon, 13 Sep 2010 14:51:53 +0000 Subject: [PATCH] Remove superfluous tab introduced in previous commit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38633 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/charactermap/CharacterWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/charactermap/CharacterWindow.cpp b/src/apps/charactermap/CharacterWindow.cpp index abc7e6205c..b8e5e58ec8 100644 --- a/src/apps/charactermap/CharacterWindow.cpp +++ b/src/apps/charactermap/CharacterWindow.cpp @@ -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)