~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

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
 
108