summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b10b3b)
raw | patch | inline | side by side (parent: 5b10b3b)
author | rwst <rwst@users.sourceforge.net> | |
Sun, 29 Jan 2006 15:03:20 +0000 (15:03 +0000) | ||
committer | rwst <rwst@users.sourceforge.net> | |
Sun, 29 Jan 2006 15:03:20 +0000 (15:03 +0000) |
src/ui/view/edit-widget.cpp | patch | blob | history |
index 71838c5776ea70f820be6933c90923426ab286d4..e422911a547538426bcd10912807a158f718f8aa 100644 (file)
#include <gtk/gtkwindow.h>
#include <gtk/gtkversion.h>
+#include <gtk/gtklabel.h>
#include <gtkmm/radioaction.h>
#include <gtkmm/menubar.h>
#include <gtkmm/messagedialog.h>
_select_status.set_markup (_("<b>Welcome to Inkscape!</b> Use shape or freehand tools to create objects; use selector (arrow) to move or transform them."));
// include this again with Gtk+-2.6
#if GTK_VERSION_GE(2,6)
- _select_status.property_ellipsize() = Pango::ELLIPSIZE_END;
+ gtk_label_set_ellipsize (GTK_LABEL(_select_status.gobj()), PANGO_ELLIPSIZE_END);
#endif
_select_status.set_size_request (1, -1);
_statusbar.pack_start (_select_status, true, true, 0);