|
@@ -47,7 +47,7 @@
|
|
|
[self.dragHandle addSubview:self.dragHandleImageView];
|
|
[self.dragHandle addSubview:self.dragHandleImageView];
|
|
|
|
|
|
|
|
UIImage *globalsIcon = [FLEXResources globeIcon];
|
|
UIImage *globalsIcon = [FLEXResources globeIcon];
|
|
|
- self.globalsItem = [FLEXToolbarItem toolbarItemWithTitle:@"globals" image:globalsIcon];
|
|
|
|
|
|
|
+ self.globalsItem = [FLEXToolbarItem toolbarItemWithTitle:@"menu" image:globalsIcon];
|
|
|
[self addSubview:self.globalsItem];
|
|
[self addSubview:self.globalsItem];
|
|
|
[toolbarItems addObject:self.globalsItem];
|
|
[toolbarItems addObject:self.globalsItem];
|
|
|
|
|
|