Some more code style corrections of Keymap.

This commit is contained in:
Humdinger
2014-01-03 19:44:12 +01:00
parent 7727da7d3d
commit f6c5dbf81c
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -466,8 +466,8 @@ KeymapWindow::_CreateMenu()
for (int32 i = 0; i < numFamilies; i++) { for (int32 i = 0; i < numFamilies; i++) {
if (get_font_family(i, &family, &flags) == B_OK) { if (get_font_family(i, &family, &flags) == B_OK) {
BMenuItem* item = BMenuItem* item
new BMenuItem(family, new BMessage(kMsgMenuFontChanged)); = new BMenuItem(family, new BMessage(kMsgMenuFontChanged));
fFontMenu->AddItem(item); fFontMenu->AddItem(item);
if (!strcmp(family, currentFamily)) if (!strcmp(family, currentFamily))