changing the name from Tentia to bungloo
This commit is contained in:
parent
95804089db
commit
5d8e114b7c
39 changed files with 371 additions and 176 deletions
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Constants.h
|
||||
// Tentia
|
||||
// bungloo
|
||||
//
|
||||
// Created by Jeena on 01.05.10.
|
||||
// Licence: BSD (see attached LICENCE.txt file).
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
}
|
||||
|
||||
#define APP_NAME @"Tentia"
|
||||
#define APP_NAME @"bungloo"
|
||||
#define MESSAGE_MAX_LENGTH 256
|
||||
|
||||
+ (NSString *)stringFromVirtualKeyCode:(NSInteger)code;
|
||||
|
|
Reference in a new issue