[Libreoffice-commits] .: svx/inc svx/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Nov 8 06:55:16 PST 2010


 svx/inc/gallery.hxx              |    2 +-
 svx/inc/galtheme.hrc             |    2 +-
 svx/source/gallery2/galtheme.src |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 6a8c18714e28906cd873a452fca521d761d2c19c
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Nov 8 09:54:24 2010 -0500

    Fixed a typo: SIMBOLS -> SYMBOLS.

diff --git a/svx/inc/gallery.hxx b/svx/inc/gallery.hxx
index 3656147..27fd7ee 100644
--- a/svx/inc/gallery.hxx
+++ b/svx/inc/gallery.hxx
@@ -175,7 +175,7 @@
 #define GALLERY_THEME_MAPS_MIDDLE_AGES            120
 #define GALLERY_THEME_MAPS_MEXICO            121
 #define GALLERY_THEME_MAPS_ANCIENT_TIMES            122
-#define GALLERY_THEME_MAPS_SIMBOLS            123
+#define GALLERY_THEME_MAPS_SYMBOLS            123
 #define GALLERY_THEME_MAPS_HISTORY_1900            124
 #define GALLERY_THEME_MAPS_WORLD            125
 #define GALLERY_THEME_CROPS            126
diff --git a/svx/inc/galtheme.hrc b/svx/inc/galtheme.hrc
index 820dec0..adf0837 100644
--- a/svx/inc/galtheme.hrc
+++ b/svx/inc/galtheme.hrc
@@ -156,7 +156,7 @@
 #define RID_GALLERYSTR_THEME_MAPS_MIDDLE_AGES            (RID_GALLERYSTR_THEME_START + 120)
 #define RID_GALLERYSTR_THEME_MAPS_MEXICO            (RID_GALLERYSTR_THEME_START + 121)
 #define RID_GALLERYSTR_THEME_MAPS_ANCIENT_TIMES            (RID_GALLERYSTR_THEME_START + 122)
-#define RID_GALLERYSTR_THEME_MAPS_SIMBOLS            (RID_GALLERYSTR_THEME_START + 123)
+#define RID_GALLERYSTR_THEME_MAPS_SYMBOLS            (RID_GALLERYSTR_THEME_START + 123)
 #define RID_GALLERYSTR_THEME_MAPS_HISTORY_1900            (RID_GALLERYSTR_THEME_START + 124)
 #define RID_GALLERYSTR_THEME_MAPS_WORLD            (RID_GALLERYSTR_THEME_START + 125)
 #define RID_GALLERYSTR_THEME_CROPS            (RID_GALLERYSTR_THEME_START + 126)
diff --git a/svx/source/gallery2/galtheme.src b/svx/source/gallery2/galtheme.src
index 381255b..99de47a 100644
--- a/svx/source/gallery2/galtheme.src
+++ b/svx/source/gallery2/galtheme.src
@@ -890,9 +890,9 @@ Text [ en-US ] = "Maps - Ancient times";
 
 // ---------------------------------------------------------------------------
 
-String RID_GALLERYSTR_THEME_MAPS_SIMBOLS
+String RID_GALLERYSTR_THEME_MAPS_SYMBOLS
 {
-Text [ en-US ] = "Maps - simbols";
+Text [ en-US ] = "Maps - symbols";
 };
 
 // ---------------------------------------------------------------------------


More information about the Libreoffice-commits mailing list