Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Side by Side Diff: remoting/host/host_ui.rc

Issue 10384127: Chromoting: the Me2me host now presents a notification on the console allowing a user to disconnect… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Unix-line endings. The license text. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/host_ui_resource.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "host_plugin_resource.h" 3 #include "host_ui_resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #include "winres.h" 10 #include "winres.h"
11 #include "constants.h" 11 #include "constants.h"
12 12
13 ///////////////////////////////////////////////////////////////////////////// 13 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS 14 #undef APSTUDIO_READONLY_SYMBOLS
15 15
16 ///////////////////////////////////////////////////////////////////////////// 16 /////////////////////////////////////////////////////////////////////////////
17 // English (U.S.) resources 17 // English (U.S.) resources
18 18
19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
20 #ifdef _WIN32 20 #ifdef _WIN32
21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
22 #pragma code_page(1252) 22 #pragma code_page(1252)
23 #endif //_WIN32 23 #endif //_WIN32
24 24
25 #ifdef APSTUDIO_INVOKED 25 #ifdef APSTUDIO_INVOKED
26 ///////////////////////////////////////////////////////////////////////////// 26 /////////////////////////////////////////////////////////////////////////////
27 // 27 //
28 // TEXTINCLUDE 28 // TEXTINCLUDE
29 // 29 //
30 30
31 1 TEXTINCLUDE 31 1 TEXTINCLUDE
32 BEGIN 32 BEGIN
33 "host_plugin_resource.h\0" 33 "host_ui_resource.h\0"
34 END 34 END
35 35
36 2 TEXTINCLUDE 36 2 TEXTINCLUDE
37 BEGIN 37 BEGIN
38 "#include ""winres.h""\r\n" 38 "#include ""winres.h""\r\n"
39 "#include ""constants.h""\r\n" 39 "#include ""constants.h""\r\n"
40 "\0" 40 "\0"
41 END 41 END
42 42
43 #endif // APSTUDIO_INVOKED 43 #endif // APSTUDIO_INVOKED
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 VERTGUIDE, 116 93 VERTGUIDE, 116
94 VERTGUIDE, 203 94 VERTGUIDE, 203
95 TOPMARGIN, 7 95 TOPMARGIN, 7
96 BOTTOMMARGIN, 52 96 BOTTOMMARGIN, 52
97 END 97 END
98 END 98 END
99 #endif // APSTUDIO_INVOKED 99 #endif // APSTUDIO_INVOKED
100 100
101 #endif // English (U.S.) resources 101 #endif // English (U.S.) resources
102 ///////////////////////////////////////////////////////////////////////////// 102 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/host_ui_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698