]> Pileus Git - ~andy/gtk/commitdiff
use tooltip color, font
authorcinamod <cinamod>
Wed, 3 Sep 2003 17:40:23 +0000 (17:40 +0000)
committercinamod <cinamod>
Wed, 3 Sep 2003 17:40:23 +0000 (17:40 +0000)
modules/engines/ms-windows/ChangeLog.old
modules/engines/ms-windows/wimp_style.c

index b2dbe1b086882f7e915699b2a4c9960c94507e4a..4a8738947e84c39c8b57b91ca090ebb862463b92 100755 (executable)
@@ -1,3 +1,7 @@
+2003-09-03  Dom Lachowicz <cinamod@hotmail.com>\r
+\r
+       * src/wimp_style.c: Honor tooltip color, font\r
+       \r
 2003-09-02  Dom Lachowicz <cinamod@hotmail.com>\r
 \r
        * src/wimp_style.c: We now honor font preferences being bold or italic\r
index 010f5e0ff1b8e0a597df1a3ae12ad1e32e62225d..9789093a91313e226dcf3bd4cb03281a9ab1c532 100755 (executable)
@@ -345,12 +345,12 @@ setup_system_styles(GtkStyle *style)
           (font_ptr ? font_ptr : " font name should go here"));
   gtk_rc_parse_string(buf);
 
-  /* enable tooltip fonts - waiting for GTK 2.4 */
-  font_ptr = sys_font_to_pango_font (CAPTION_FONT,font_buf);
+  /* enable tooltip fonts */
+  font_ptr = sys_font_to_pango_font (STATUS_FONT,font_buf);
   sprintf(buf, "style \"wimp-tooltips-caption\"\n"
          "{fg[NORMAL] = { %d, %d, %d }\n"
          "%s = \"%s\"\n"
-         "}widget \"gtk-tooltips-caption*\" style \"wimp-tooltips-caption\"\n",
+         "}widget \"gtk-tooltips.GtkLabel\" style \"wimp-tooltips-caption\"\n",
           tooltip_fore.red,
           tooltip_fore.green,
           tooltip_fore.blue,