Package: abiword-plugins
Version: 2.4.1-2
Severity: minor

The attached patch for AbiGimp.cpp fixes several small cosmetic errors 
in the Abiword GIMP plugin, mostly concerned with fixing the mispelled
"editting" (replacing with "editing") in several dialogs.

-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages abiword-plugins depends on:
ii  abiword-common  2.4.1-2                  WYSIWYG word processor based on GT
ii  libaiksaurus-1. 1.2.1+dev-0.12-1         an English-language thesaurus (dev
ii  libaiksaurusgtk 1.2.1+dev-0.12-1         graphical interface to the Aiksaur
ii  libatk1.0-0     1.10.3-1                 The ATK accessibility toolkit
ii  libbz2-1.0      1.0.2-10                 high-quality block-sorting file co
ii  libc6           2.3.5-7                  GNU C Library: Shared libraries an
ii  libexpat1       1.95.8-3                 XML parsing C library - runtime li
ii  libfontconfig1  2.3.2-1.1                generic font configuration library
ii  libfreetype6    2.1.10-1                 FreeType 2 font engine, shared lib
ii  libfribidi0     0.10.5-4                 Free Implementation of the Unicode
ii  libgcc1         1:4.0.2-3                GCC support library
ii  libglade2-0     1:2.5.1-2                library to load .glade files at ru
ii  libglib2.0-0    2.8.3-1                  The GLib library of C routines
ii  libgsf-1        1.12.3-4                 Structured File Library - runtime 
ii  libgtk2.0-0     2.8.3-1                  The GTK+ graphical user interface 
ii  libgtkmathview0 0.7.5-1                  rendering engine for MathML docume
ii  libice6         6.8.99.901.dfsg.1-2      Inter-Client Exchange library
ii  libjpeg62       6b-10                    The Independent JPEG Group's JPEG 
ii  libncurses5     5.5-1                    Shared libraries for terminal hand
ii  libots0         0.4.2+cvs.2004.02.20-1.1 Open Text Summarizer (library)
ii  libpango1.0-0   1.10.1-1                 Layout and rendering of internatio
ii  libpng12-0      1.2.8rel-5               PNG library - runtime
ii  libpoppler0c2   0.4.2-1                  PDF rendering library
ii  libreadline5    5.0-11                   GNU readline and history libraries
ii  libsm6          6.8.99.901.dfsg.1-2      X Window System Session Management
ii  libstdc++6      4.0.2-3                  The GNU Standard C++ Library v3
ii  libt1-5         5.1.0-2                  Type 1 font rasterizer library - r
ii  libwmf0.2-7     0.2.8.3-3                Windows metafile conversion librar
ii  libwpd-stream8c 0.8.3-2                  Library for handling WordPerfect d
ii  libwpd8c2       0.8.3-2                  Library for handling WordPerfect d
ii  libx11-6        6.8.99.901.dfsg.1-2      X Window System protocol client li
ii  libxft2         2.1.7-1                  FreeType-based font drawing librar
ii  libxml2         2.6.22-2                 GNOME XML library
ii  libxrender1     1:0.9.0+CVS20051101-1    X Rendering Extension client libra
ii  xlibs           6.8.99.901.dfsg.1-2      X Window System client libraries m
ii  zlib1g          1:1.2.3-6                compression library - runtime

Versions of packages abiword-plugins recommends:
pn  latex-xft-fonts               <none>     (no description available)

-- no debconf information
--- AbiGimp.cpp 2005-11-03 19:42:32.000000000 -0500
+++ AbiGimp-edited.cpp  2005-11-03 19:46:24.000000000 -0500
@@ -60,7 +60,7 @@
 static bool AbiGimp_invoke(AV_View* v, EV_EditMethodCallData *d);
 
 static const char* AbiGimp_MenuLabel = "&Edit Image via GIMP";
-static const char* AbiGimp_MenuTooltip = "Opens the selected image in the GIMP 
for editting.";
+static const char* AbiGimp_MenuTooltip = "Opens the selected image in the GIMP 
for editing.";
 
 #ifdef WIN32
 BOOL CreateChildProcess(char * appName, char *cmdline,
@@ -260,13 +260,13 @@
 //
        if(pos == 0)
        {
-               pFrame->showMessageBox("You must select an Image before 
editting it", XAP_Dialog_MessageBox::b_O,XAP_Dialog_MessageBox::a_OK);
+               pFrame->showMessageBox("You must select an image before editing 
it.", XAP_Dialog_MessageBox::b_O,XAP_Dialog_MessageBox::a_OK);
                return false;
        }
 
 //
 // Get some pointers so we can call the editMethod to lock out GUI 
-// operations on AbiWord while editting the image.
+// operations on AbiWord while editing the image.
 //
     XAP_App *pApp = XAP_App::getApp();
     // Now we need to get the EditMethod container for the application.

Reply via email to