| Index: native_client_sdk/src/examples/hello_world_interactive/example.dsc
|
| diff --git a/native_client_sdk/src/examples/hello_world_interactive/example.dsc b/native_client_sdk/src/examples/hello_world_interactive/example.dsc
|
| index 6f0d65c3ff5def6e53d17a5e1e952a9c0115664e..c113eabf1ade9e164385e423af99037f27abca0d 100644
|
| --- a/native_client_sdk/src/examples/hello_world_interactive/example.dsc
|
| +++ b/native_client_sdk/src/examples/hello_world_interactive/example.dsc
|
| @@ -18,13 +18,6 @@
|
| 'DEST': 'examples',
|
| 'NAME': 'hello_world_interactive',
|
| 'TITLE': 'Interactive Hello World in C++',
|
| - 'DESC': """
|
| -The Interactive Hello World C++ example demonstrates the basic structure
|
| -of all Native Client applications. This example loads a Native Client module
|
| -which uses two way interaction with JavaScript whenever a button is clicked.
|
| -The NaCl module will respond with the number 42 or the reversed version of the
|
| -string in the text box when the appropriate button is clicked.""",
|
| - 'FOCUS': 'Basic HTML, JavaScript, C++ PPAPI, and Messaging API.',
|
| 'GROUP': 'Tools'
|
| }
|
|
|
|
|