bakery r123 - in trunk: . po



Author: murrayc
Date: Thu Dec 11 17:10:32 2008
New Revision: 123
URL: http://svn.gnome.org/viewvc/bakery?rev=123&view=rev

Log:
Increased version

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/po/POTFILES.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Dec 11 17:10:32 2008
@@ -1,3 +1,9 @@
+2.6.2:
+
+* Mark the File, Edit, and Help menu titles for translation.
+  Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/glom/+bug/306942
+  (elmergato)
+
 2.6.1:
 
 * Correctly register the document with the recent files system even if 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Dec 11 17:10:32 2008
@@ -6,7 +6,7 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([GENERIC_MAJOR_VERSION],     [2])
 pushdef([GENERIC_MINOR_VERSION],     [6])
-pushdef([GENERIC_MICRO_VERSION],     [1])
+pushdef([GENERIC_MICRO_VERSION],     [2])
 pushdef([GENERIC_EXTRA_VERSION],     [])
 pushdef([GENERIC_VERSION], GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION.GENERIC_MICRO_VERSION[]GENERIC_EXTRA_VERSION)
 AC_INIT([bakery], GENERIC_VERSION, [gtkmm-list gnome org])

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Thu Dec 11 17:10:32 2008
@@ -3,7 +3,19 @@
 bakery/App/App_Gtk.cc
 bakery/App/App_WithDoc_Gtk.cc
 bakery/App/Dialog_OfferSave.cc
+bakery/App/GtkDialogs.cc
+bakery/Configuration/Dialog_Preferences.cc
 bakery/View/View.cc
 bakery/View/ViewBase.cc
 bakery/View/View_Composite.cc
 bakery/Document/Document.cc
+examples/Configuration/ConfClient/examplewindow.cc
+examples/Configuration/Dialog_Preferences/examplewindow.cc
+examples/WithDoc/appexample.cc
+examples/WithDocView/appexample.cc
+examples/WithDocViewComposite/appexample.cc
+examples/WithXmlDoc/appexample.cc
+examples/WithXmlDocGlade/appexample.cc
+examples/WithoutDoc/appexample.cc
+
+



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