[haiku-commits] r38633 - haiku/trunk/src/apps/charactermap

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 13 Sep 2010 16:51:53 +0200 (CEST)

Author: phoudoin
Date: 2010-09-13 16:51:53 +0200 (Mon, 13 Sep 2010)
New Revision: 38633
Changeset: http://dev.haiku-os.org/changeset/38633

Modified:
   haiku/trunk/src/apps/charactermap/CharacterWindow.cpp
Log:
Remove superfluous tab introduced in previous commit.


Modified: haiku/trunk/src/apps/charactermap/CharacterWindow.cpp
===================================================================
--- haiku/trunk/src/apps/charactermap/CharacterWindow.cpp       2010-09-13 
14:19:41 UTC (rev 38632)
+++ haiku/trunk/src/apps/charactermap/CharacterWindow.cpp       2010-09-13 
14:51:53 UTC (rev 38633)
@@ -497,7 +497,7 @@
                                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)


Other related posts:

  • » [haiku-commits] r38633 - haiku/trunk/src/apps/charactermap - philippe . houdoin