Another style fix
This commit is contained in:
parent
32994cb474
commit
337a12f63f
@ -1775,7 +1775,7 @@ FindPanel::AddMimeTypesToMenu()
|
|||||||
const char* superType;
|
const char* superType;
|
||||||
int32 index = 0;
|
int32 index = 0;
|
||||||
|
|
||||||
while (types.FindString("super_types",index++,&superType) == B_OK) {
|
while (types.FindString("super_types", index++, &superType) == B_OK) {
|
||||||
BMenu* superMenu = new BMenu(superType);
|
BMenu* superMenu = new BMenu(superType);
|
||||||
|
|
||||||
BMessage* message = new BMessage(kMIMETypeItem);
|
BMessage* message = new BMessage(kMIMETypeItem);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user