diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-19 18:07:51 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-19 18:07:51 +0000 |
| commit | 49a9e81c6f914f90fd20aa3e06bbd13043e2abf6 (patch) | |
| tree | e27a29bbcaefa9d044a475ecaa6d8d0d874f9e4d /src/sp-image.cpp | |
| parent | my favorite misspelling (diff) | |
| download | inkscape-49a9e81c6f914f90fd20aa3e06bbd13043e2abf6.tar.gz inkscape-49a9e81c6f914f90fd20aa3e06bbd13043e2abf6.zip | |
string fixes from bug 1516157
(bzr r1991)
Diffstat (limited to 'src/sp-image.cpp')
| -rw-r--r-- | src/sp-image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-image.cpp b/src/sp-image.cpp index 301c6f8d5..973bb9f87 100644 --- a/src/sp-image.cpp +++ b/src/sp-image.cpp @@ -969,7 +969,7 @@ sp_image_description(SPItem *item) : xml_quote_strdup(image->href); } else { g_warning("Attempting to call strncmp() with a null pointer."); - href_desc = g_strdup(_("(null_pointer)")); // we call g_free() on href_desc + href_desc = g_strdup("(null_pointer)"); // we call g_free() on href_desc } char *ret = ( image->pixbuf == NULL |
