blob: 021e44e8d781c932ec9922b11b011214188792db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
#ifndef _NET_JAVA_SIP_COMMUNICATOR_RUN_H_
#define _NET_JAVA_SIP_COMMUNICATOR_RUN_H_
#include <windows.h>
#define IDS_CRASHANDRELAUNCH 1
#define IDS_JAVANOTFOUND 2
#ifndef PRODUCTNAME
#define PRODUCTNAME "Jitsi"
#endif /* #ifndef PRODUCTNAME */
#endif /* _NET_JAVA_SIP_COMMUNICATOR_RUN_H_ */
|