summaryrefslogtreecommitdiff
path: root/gtk/simple_dialog.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-12 01:41:53 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-12 01:41:53 +0000
commitb4f3c5fd408a6923c3ad99d61a5cd4e114664a85 (patch)
tree8f4cf460809405d66eb905473bc158a237438987 /gtk/simple_dialog.c
parentd4ccf577a8e678094bb490138ac6e4713b92e043 (diff)
downloadwireshark-b4f3c5fd408a6923c3ad99d61a5cd4e114664a85.tar.gz
compat_macros.h is gone now!!!
all GTK1 compatibility code was removed, so this file can simply be dropped svn path=/trunk/; revision=24923
Diffstat (limited to 'gtk/simple_dialog.c')
-rw-r--r--gtk/simple_dialog.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/simple_dialog.c b/gtk/simple_dialog.c
index 1fe5767b83..df9955d5f4 100644
--- a/gtk/simple_dialog.c
+++ b/gtk/simple_dialog.c
@@ -34,7 +34,6 @@
#include "simple_dialog.h"
#include "dlg_utils.h"
#include "gui_utils.h"
-#include "compat_macros.h"
#include "stock_icons.h"
#include <epan/strutil.h>
@@ -402,12 +401,12 @@ gboolean simple_dialog_check_get(gpointer dialog) {
char *
simple_dialog_primary_start(void) {
- return PRIMARY_TEXT_START;
+ return "<span weight=\"bold\" size=\"larger\">";
}
char *
simple_dialog_primary_end(void) {
- return PRIMARY_TEXT_END;
+ return "</span>";
}
char *