give the user a hint, that he has to restart Ethereal for any column changes. Could someone have a look at the sentence I've used, if this is good english?

svn path=/trunk/; revision=11575
This commit is contained in:
Ulf Lamping 2004-07-31 07:04:32 +00:00
parent 7137202a7b
commit 4954ae8855
1 changed files with 6 additions and 0 deletions

View File

@ -297,6 +297,12 @@ column_prefs_show() {
gtk_box_pack_start(GTK_BOX(props_hb), fmt_m, FALSE, FALSE, 0);
gtk_widget_show(fmt_m);
lb = gtk_label_new("Unlike all other preferences, you have to \"Save\" "
"and restart Ethereal to let column changes take effect!");
gtk_misc_set_alignment(GTK_MISC(lb), 0.5, 0.5);
gtk_box_pack_start (GTK_BOX (main_vb), lb, FALSE, FALSE, 0);
gtk_widget_show(lb);
/* select the first row */
#if GTK_MAJOR_VERSION < 2
gtk_clist_select_row(GTK_CLIST(column_l), 0, 0);