Solving issue 1650: "Image information not displayed when dir has & in name"

This commit is contained in:
natureh 510
2013-01-01 17:18:44 +01:00
parent ba1d301412
commit 48d5fa06a3
3 changed files with 34 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
#include <gtkmm.h>
#include "../rtengine/rtengine.h"
Glib::ustring escapeHtmlChars(const Glib::ustring &src);
bool removeIfThere (Gtk::Container* cont, Gtk::Widget* w, bool increference=true);
void thumbInterp (const unsigned char* src, int sw, int sh, unsigned char* dst, int dw, int dh);
Glib::ustring removeExtension (const Glib::ustring& filename);