[gimp] app: add a little hint about reporting bugs against unstable git
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: add a little hint about reporting bugs against unstable git
- Date: Tue, 27 May 2014 20:00:49 +0000 (UTC)
commit dd0098524fde96f0d9460150a54bd45e10f47f57
Author: Michael Natterer <mitch gimp org>
Date: Tue May 27 21:58:10 2014 +0200
app: add a little hint about reporting bugs against unstable git
app/display/gimpdisplayshell-callbacks.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-callbacks.c b/app/display/gimpdisplayshell-callbacks.c
index 427dc32..7099dba 100644
--- a/app/display/gimpdisplayshell-callbacks.c
+++ b/app/display/gimpdisplayshell-callbacks.c
@@ -520,9 +520,13 @@ gimp_display_shell_canvas_draw_drop_zone (GimpDisplayShell *shell,
gint height;
gdouble scale;
- layout = gtk_widget_create_pango_layout (shell->canvas,
- _("Unstable Development\n"
- "Version"));
+ layout = gtk_widget_create_pango_layout (shell->canvas, NULL);
+ pango_layout_set_markup (layout,
+ _("<big>Unstable Development Version</big>\n\n"
+ "<small>Please build latest "
+ "git master before\n"
+ "reporting any bugs against "
+ "this version</small>"), -1);
pango_layout_set_alignment (layout, PANGO_ALIGN_CENTER);
pango_layout_get_pixel_size (layout, &width, &height);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]