[DebianGIS-dev] [SCM] spatialite-gui branch, master, updated. upstream/1.2.1-6-g9def59a

David Paleino dapal at debian.org
Mon Jan 24 18:48:49 UTC 2011


The following commit has been merged in the master branch:
commit be83a53b9d46f91e1c94e0b2127d49fe0de7393b
Author: David Paleino <dapal at debian.org>
Date:   Mon Jan 24 19:29:09 2011 +0100

    Fix typos in source code

diff --git a/debian/patches/01-fix_typos.patch b/debian/patches/01-fix_typos.patch
new file mode 100644
index 0000000..d6eb533
--- /dev/null
+++ b/debian/patches/01-fix_typos.patch
@@ -0,0 +1,70 @@
+From: David Paleino <dapal at debian.org>
+Subject: fix typos in source code
+Forwarded: no
+
+---
+ Dialogs.cpp |    2 +-
+ Exif.cpp    |    2 +-
+ Main.cpp    |    8 ++++----
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+--- spatialite-gui.orig/Dialogs.cpp
++++ spatialite-gui/Dialogs.cpp
+@@ -2329,7 +2329,7 @@ void AutoSaveDialog::OnChangePath(wxComm
+       MainFrame->SetExternalSqlitePath(pth);
+       if (MainFrame->MemoryDbSave() == true)
+         {
+-          wxMessageBox(wxT("Ok, MEMORY-DB was succesfully saved"),
++          wxMessageBox(wxT("Ok, MEMORY-DB was successfully saved"),
+                        wxT("spatialite-gui"), wxOK | wxICON_INFORMATION, this);
+           wxFileName file(fileDialog->GetPath());
+           lastDir = file.GetPath();
+--- spatialite-gui.orig/Exif.cpp
++++ spatialite-gui/Exif.cpp
+@@ -60,7 +60,7 @@ void MyFrame::ImportExifPhotos(wxString
+   else
+     cnt = ExifLoadFile(path, gps_only, metadata);
+   ::wxEndBusyCursor();
+-  sprintf(msg, "%d EXIF photo%s succesfully inserted into the DB\n", cnt,
++  sprintf(msg, "%d EXIF photo%s successfully inserted into the DB\n", cnt,
+           (cnt > 1) ? "s where" : " was");
+   wxMessageBox(wxString::FromUTF8(msg), wxT("spatialite-gui"),
+                wxOK | wxICON_INFORMATION, this);
+--- spatialite-gui.orig/Main.cpp
++++ spatialite-gui/Main.cpp
+@@ -1400,7 +1400,7 @@ void MyFrame::OnMemoryDbSave(wxCommandEv
+     {
+       if (MemoryDbSave() == true)
+         {
+-          wxMessageBox(wxT("Ok, MEMORY-DB was succesfully saved"),
++          wxMessageBox(wxT("Ok, MEMORY-DB was successfully saved"),
+                        wxT("spatialite-gui"), wxOK | wxICON_INFORMATION, this);
+           if (AutoSaveInterval <= 0)
+             {
+@@ -1442,7 +1442,7 @@ void MyFrame::OnMemoryDbSave(wxCommandEv
+       ExternalSqlitePath = fileDialog->GetPath();
+       if (MemoryDbSave() == true)
+         {
+-          wxMessageBox(wxT("Ok, MEMORY-DB was succesfully saved"),
++          wxMessageBox(wxT("Ok, MEMORY-DB was successfully saved"),
+                        wxT("spatialite-gui"), wxOK | wxICON_INFORMATION, this);
+           wxFileName file(fileDialog->GetPath());
+           lastDir = file.GetPath();
+@@ -1521,7 +1521,7 @@ void MyFrame::OnVacuum(wxCommandEvent &
+       sqlite3_free(errMsg);
+   } else
+     {
+-      wxMessageBox(wxT("Current DB was succesfully optimized"),
++      wxMessageBox(wxT("Current DB was successfully optimized"),
+                    wxT("spatialite-gui"), wxOK | wxICON_INFORMATION, this);
+     }
+   ::wxEndBusyCursor();
+@@ -2256,7 +2256,7 @@ void MyFrame::LastDitchMemoryDbSave()
+           ExternalSqlitePath = fileDialog->GetPath();
+           if (MemoryDbSave() == true)
+             {
+-              wxMessageBox(wxT("Ok, MEMORY-DB was succesfully saved"),
++              wxMessageBox(wxT("Ok, MEMORY-DB was successfully saved"),
+                            wxT("spatialite-gui"), wxOK | wxICON_INFORMATION,
+                            this);
+               break;
diff --git a/debian/patches/series b/debian/patches/series
index b75ec23..d507398 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 00-fix_build.patch
+01-fix_typos.patch

-- 
user-friendly graphical user interface for spatialite



More information about the Pkg-grass-devel mailing list