project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m
changeset 4356 d1d26f8963a3
parent 4082 bfe14b38dad1
child 4362 8dae325dc625
equal deleted inserted replaced
4354:c4e1820fa792 4356:d1d26f8963a3
    25 #import "UIImageExtra.h"
    25 #import "UIImageExtra.h"
    26 #import "PascalImports.h"
    26 #import "PascalImports.h"
    27 
    27 
    28 #define BTNS_PER_ROW         9
    28 #define BTNS_PER_ROW         9
    29 #define DEFAULT_DESCRIPTION  IS_IPAD() ? \
    29 #define DEFAULT_DESCRIPTION  IS_IPAD() ? \
    30                              NSLocalizedString(@"Hold your finger on a weapon to see what it does...",@"") : \
    30                              NSLocalizedString(@"Hold your finger on a weapon to see what it does.\nYou can move this window anywhere on the screen.",@"") : \
    31                              NSLocalizedString(@"Hold your finger on a weapon to see what it does.\nTap anywhere to dismiss.",@"")
    31                              NSLocalizedString(@"Hold your finger on a weapon to see what it does.\nTap anywhere to dismiss.",@"")
    32 
    32 
    33 @implementation AmmoMenuViewController
    33 @implementation AmmoMenuViewController
    34 @synthesize imagesArray, buttonsArray, nameLabel, extraLabel, captionLabel, isVisible;
    34 @synthesize imagesArray, buttonsArray, nameLabel, extraLabel, captionLabel, isVisible;
    35 
    35