gnomemm r1964 - in cluttermm_tutorial/trunk: . docs/tutorial



Author: murrayc
Date: Tue Jan  6 22:28:32 2009
New Revision: 1964
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1964&view=rev

Log:
2009-01-06  Murray Cumming  <murrayc murrayc com>

* docs/tutorial/cluttermm-tut.xml: Introduction: cluttermm: Correct a 
typo and mention that exceptions are optional (at glibmm configure time) 
for embedded developers who are scared of them.

Modified:
   cluttermm_tutorial/trunk/ChangeLog
   cluttermm_tutorial/trunk/docs/tutorial/cluttermm-tut.xml

Modified: cluttermm_tutorial/trunk/docs/tutorial/cluttermm-tut.xml
==============================================================================
--- cluttermm_tutorial/trunk/docs/tutorial/cluttermm-tut.xml	(original)
+++ cluttermm_tutorial/trunk/docs/tutorial/cluttermm-tut.xml	Tue Jan  6 22:28:32 2009
@@ -110,9 +110,9 @@
 <sect1 id="sec-cluttermm">
 <title>Cluttermm</title>
 <para>&cluttermm; is a language binding for C++ on top of &clutter;. It has the same functionality
-and concepts as plain &clutter;, but provides C++ programmers with an interface that makes of
+and concepts as plain &clutter;, but provides C++ programmers with an interface that uses 
 language features and common concepts of C++, such as static type safety, class inheritance and
-exception handling.</para>
+(optionally) exception handling.</para>
 <para>In the next few chapters you will learn how to place actors on the stage, how to set their
 properties, how to change their properties (including their position) over time by using timelines
 and behaviours, and how to do all this in response to user interaction.</para>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]