xref: /haiku/src/tests/add-ons/print/ppd/test/MsgConsts.h (revision 820dca4df6c7bf955c46e8f6521b9408f50b2900)
1 /*
2  * Copyright 2008, Haiku.
3  * Distributed under the terms of the MIT license.
4  *
5  * Authors:
6  *		Michael Pfeiffer <laplace@users.sourceforge.net>
7  */
8 
9 #ifndef MSG_CONSTS_H
10 #define MSG_CONSTS_H
11 
12 #define MENU_APP_NEW         'APnw'
13 
14 #endif
15