~ubuntu-branches/ubuntu/vivid/sflphone/vivid

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/pjsip-apps/src/pjsua_wince/pjsua_wince.rc

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-06-30 11:40:56 UTC
  • mfrom: (4.1.18 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130630114056-0np50jkyqo6vnmii
Tags: 1.2.3-2
* changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff 
  - fixes automatic endian detection 
* Update Vcs: fixes vcs-field-not-canonical

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//Microsoft eMbedded Visual C++ generated resource script.
 
2
//
 
3
#include "resource.h"
 
4
 
 
5
#define APSTUDIO_READONLY_SYMBOLS
 
6
/////////////////////////////////////////////////////////////////////////////
 
7
//
 
8
// Generated from the TEXTINCLUDE 2 resource.
 
9
//
 
10
#include "newres.h"
 
11
 
 
12
/////////////////////////////////////////////////////////////////////////////
 
13
#undef APSTUDIO_READONLY_SYMBOLS
 
14
 
 
15
/////////////////////////////////////////////////////////////////////////////
 
16
// English (U.S.) resources
 
17
 
 
18
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 
19
#ifdef _WIN32
 
20
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
21
#pragma code_page(1252)
 
22
#endif //_WIN32
 
23
 
 
24
/////////////////////////////////////////////////////////////////////////////
 
25
//
 
26
// Icon
 
27
//
 
28
 
 
29
// Icon with lowest ID value placed first to ensure application icon
 
30
// remains consistent on all systems.
 
31
IDI_PJSUA_WINCE         ICON    DISCARDABLE     "pjsua_wince.ICO"
 
32
 
 
33
#ifdef APSTUDIO_INVOKED
 
34
/////////////////////////////////////////////////////////////////////////////
 
35
//
 
36
// TEXTINCLUDE
 
37
//
 
38
 
 
39
1 TEXTINCLUDE DISCARDABLE
 
40
BEGIN
 
41
    "resource.h\0"
 
42
END
 
43
 
 
44
2 TEXTINCLUDE DISCARDABLE
 
45
BEGIN
 
46
    "#include ""newres.h""\r\n"
 
47
    "\0"
 
48
END
 
49
 
 
50
3 TEXTINCLUDE DISCARDABLE
 
51
BEGIN
 
52
    "\r\n"
 
53
    "\0"
 
54
END
 
55
 
 
56
#endif    // APSTUDIO_INVOKED
 
57
 
 
58
 
 
59
/////////////////////////////////////////////////////////////////////////////
 
60
//
 
61
// Menubar
 
62
//
 
63
 
 
64
IDM_MENU MENU DISCARDABLE
 
65
BEGIN
 
66
    MENUITEM "E&xit",                       ID_EXIT
 
67
END
 
68
 
 
69
 
 
70
/////////////////////////////////////////////////////////////////////////////
 
71
//
 
72
// Accelerator
 
73
//
 
74
 
 
75
IDC_PJSUA_WINCE ACCELERATORS DISCARDABLE
 
76
BEGIN
 
77
    "/",            IDM_HELP_ABOUT,         ASCII,  ALT, NOINVERT
 
78
    VK_F4,          IDM_FILE_EXIT,          VIRTKEY, ALT, NOINVERT
 
79
END
 
80
 
 
81
 
 
82
/////////////////////////////////////////////////////////////////////////////
 
83
//
 
84
// String Table
 
85
//
 
86
 
 
87
STRINGTABLE DISCARDABLE
 
88
BEGIN
 
89
    IDS_APP_TITLE           "pjsua_wince"
 
90
    IDS_HELLO               "Hello World!"
 
91
    IDC_PJSUA_WINCE         "PJSUA_WINCE"
 
92
END
 
93
 
 
94
#endif    // English (U.S.) resources
 
95
/////////////////////////////////////////////////////////////////////////////
 
96
 
 
97
 
 
98
 
 
99
#ifndef APSTUDIO_INVOKED
 
100
/////////////////////////////////////////////////////////////////////////////
 
101
//
 
102
// Generated from the TEXTINCLUDE 3 resource.
 
103
//
 
104
 
 
105
 
 
106
/////////////////////////////////////////////////////////////////////////////
 
107
#endif    // not APSTUDIO_INVOKED