# HG changeset patch # User Mark Doliner # Date 1102566745 0 # Node ID 67db2cbc02942bd23a10f355d8e26ab2fadf5f68 # Parent 682201b69107eedf27e4e0eae89d35e59415539f [gaim-migrate @ 11546] Eagle-Eye McGraw (aka Kevin) caught this committer: Tailor Script diff -r 682201b69107 -r 67db2cbc0294 plugins/win32/transparency/win2ktrans.c --- a/plugins/win32/transparency/win2ktrans.c Thu Dec 09 03:55:19 2004 +0000 +++ b/plugins/win32/transparency/win2ktrans.c Thu Dec 09 04:32:25 2004 +0000 @@ -448,9 +448,9 @@ gtk_box_pack_start(GTK_BOX(trans_box), hbox, FALSE, FALSE, 5); - /* If this version of Windows dosn't support Transparency, grey out options */ + /* If this version of Windows doesn't support Transparency, grey out options */ if(!has_transparency()) { - gaim_debug_warning(WINTRANS_PLUGIN_ID, "This version of windows dosn't support transparency\n"); + gaim_debug_warning(WINTRANS_PLUGIN_ID, "This version of Windows doesn't support transparency\n"); gtk_widget_set_sensitive(GTK_WIDGET(imtransbox), FALSE); gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE); gtk_widget_set_sensitive(GTK_WIDGET(trans_box), FALSE);