[gnote] Update translatable sources



commit 80cd6b05d3e46471f07a268aa61542ad34b0ffef
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Apr 14 18:20:57 2013 +0300

    Update translatable sources
    
    Update POTFILES.in
    Remove localization includes, where not needed

 po/POTFILES.in                                     | 24 ++++++++++++++++------
 src/addins/bugzilla/bugzillanoteaddin.cpp          |  1 -
 src/addins/fixedwidth/fixedwidthnoteaddin.cpp      |  1 -
 .../notedirectorywatcherapplicationaddin.cpp       |  2 --
 .../noteoftheday/noteofthedayapplicationaddin.cpp  |  1 -
 src/addins/tomboyimport/tomboyimportaddin.cpp      |  1 -
 src/addins/underline/underlinenoteaddin.cpp        |  1 -
 7 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 281628f..7534d87 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,28 +1,39 @@
 data/gnote.desktop.in.in
 data/org.gnome.gnote.gschema.xml.in
 src/actionmanager.cpp
+src/addininfo.cpp
+src/addinmanager.cpp
+src/addins/backlinks/backlinks.desktop.in
 src/addins/backlinks/backlinksnoteaddin.cpp
-src/addins/bugzilla/bugzillanoteaddin.cpp
+src/addins/bugzilla/bugzilla.desktop.in
 src/addins/bugzilla/bugzillapreferences.cpp
+src/addins/exporttohtml/exporttohtml.desktop.in
 src/addins/exporttohtml/exporttohtmldialog.cpp
 src/addins/exporttohtml/exporttohtmlnoteaddin.cpp
+src/addins/filesystemsyncservice/filesystemsyncservice.desktop.in
 src/addins/filesystemsyncservice/filesystemsyncserviceaddin.cpp
+src/addins/fixedwidth/fixedwidth.desktop.in
 src/addins/fixedwidth/fixedwidthmenuitem.cpp
-src/addins/fixedwidth/fixedwidthnoteaddin.cpp
+src/addins/inserttimestamp/inserttimestamp.desktop.in
 src/addins/inserttimestamp/inserttimestampnoteaddin.cpp
 src/addins/inserttimestamp/inserttimestamppreferences.cpp
-src/addins/notedirectorywatcher/notedirectorywatcherapplicationaddin.cpp
-src/addins/noteoftheday/noteofthedayapplicationaddin.cpp
+src/addins/notedirectorywatcher/notedirectorywatcher.desktop.in
+src/addins/noteoftheday/noteoftheday.desktop.in
 src/addins/noteoftheday/noteoftheday.cpp
 src/addins/noteoftheday/noteofthedaypreferences.cpp
+src/addins/printnotes/printnotes.desktop.in
 src/addins/printnotes/printnotesnoteaddin.cpp
+src/addins/replacetitle/replacetitle.desktop.in
 src/addins/replacetitle/replacetitlenoteaddin.cpp
+src/addins/statistics/statistics.desktop.in
 src/addins/statistics/statisticsapplicationaddin.cpp
 src/addins/statistics/statisticswidget.cpp
+src/addins/stickynoteimport/stickynoteimport.desktop.in
 src/addins/stickynoteimport/stickynoteimportnoteaddin.cpp
-src/addins/tomboyimport/tomboyimportaddin.cpp
+src/addins/tomboyimport/tomboyimport.desktop.in
+src/addins/underline/underline.desktop.in
 src/addins/underline/underlinemenuitem.cpp
-src/addins/underline/underlinenoteaddin.cpp
+src/addins/webdavsyncservice/webdavsyncservice.desktop.in
 src/addins/webdavsyncservice/webdavsyncserviceaddin.cpp
 src/gnote.cpp
 src/notebooks/createnotebookdialog.cpp
@@ -40,6 +51,7 @@ src/preferencesdialog.cpp
 src/recentchanges.cpp
 src/searchnoteswidget.cpp
 src/sharp/addinstreemodel.cpp
+src/sharp/modulemanager.cpp
 src/sharp/xmlwriter.cpp
 src/synchronization/fusesyncserviceaddin.cpp
 src/synchronization/syncdialog.cpp
diff --git a/src/addins/bugzilla/bugzillanoteaddin.cpp b/src/addins/bugzilla/bugzillanoteaddin.cpp
index 2bc4aa8..8cb34fe 100644
--- a/src/addins/bugzilla/bugzillanoteaddin.cpp
+++ b/src/addins/bugzilla/bugzillanoteaddin.cpp
@@ -24,7 +24,6 @@
 #include <boost/lexical_cast.hpp>
 
 #include <glib.h>
-#include <glibmm/i18n.h>
 
 
 #include "sharp/directory.hpp"
diff --git a/src/addins/fixedwidth/fixedwidthnoteaddin.cpp b/src/addins/fixedwidth/fixedwidthnoteaddin.cpp
index 0fd5971..a149065 100644
--- a/src/addins/fixedwidth/fixedwidthnoteaddin.cpp
+++ b/src/addins/fixedwidth/fixedwidthnoteaddin.cpp
@@ -24,7 +24,6 @@
 // Translated from FixedWidthNoteAddin.cs:
 // Add a 'fixed width' item to the font styles menu.
 
-#include <glibmm/i18n.h>
 
 #include "sharp/modulefactory.hpp"
 #include "fixedwidthmenuitem.hpp"
diff --git a/src/addins/notedirectorywatcher/notedirectorywatcherapplicationaddin.cpp 
b/src/addins/notedirectorywatcher/notedirectorywatcherapplicationaddin.cpp
index 9b30534..8e72939 100644
--- a/src/addins/notedirectorywatcher/notedirectorywatcherapplicationaddin.cpp
+++ b/src/addins/notedirectorywatcher/notedirectorywatcherapplicationaddin.cpp
@@ -20,8 +20,6 @@
 
 #include <fstream>
 
-#include <glibmm/i18n.h>
-
 #include "debug.hpp"
 #include "notedirectorywatcherapplicationaddin.hpp"
 #include "notemanager.hpp"
diff --git a/src/addins/noteoftheday/noteofthedayapplicationaddin.cpp 
b/src/addins/noteoftheday/noteofthedayapplicationaddin.cpp
index 29245c0..f871af6 100644
--- a/src/addins/noteoftheday/noteofthedayapplicationaddin.cpp
+++ b/src/addins/noteoftheday/noteofthedayapplicationaddin.cpp
@@ -19,7 +19,6 @@
  */
 
 #include <glibmm.h>
-#include <glibmm/i18n.h>
 
 #include "noteoftheday.hpp"
 #include "noteofthedayapplicationaddin.hpp"
diff --git a/src/addins/tomboyimport/tomboyimportaddin.cpp b/src/addins/tomboyimport/tomboyimportaddin.cpp
index 29dc1bb..e8072ae 100644
--- a/src/addins/tomboyimport/tomboyimportaddin.cpp
+++ b/src/addins/tomboyimport/tomboyimportaddin.cpp
@@ -20,7 +20,6 @@
 
 
 
-#include <glibmm/i18n.h>
 #include <glibmm/miscutils.h>
 
 #include "sharp/directory.hpp"
diff --git a/src/addins/underline/underlinenoteaddin.cpp b/src/addins/underline/underlinenoteaddin.cpp
index 2a93c3b..f12bc87 100644
--- a/src/addins/underline/underlinenoteaddin.cpp
+++ b/src/addins/underline/underlinenoteaddin.cpp
@@ -23,7 +23,6 @@
 
 // Translated from UnderlineNoteAddin.cs:
 
-#include <glibmm/i18n.h>
 
 #include "sharp/modulefactory.hpp"
 #include "underlinemenuitem.hpp"


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