| 2339 pidgin_prefs_checkbox(_("Enable replacement of last word on send"), |
2339 pidgin_prefs_checkbox(_("Enable replacement of last word on send"), |
| 2340 "/plugins/gtk/spellchk/last_word_replace", vbox); |
2340 "/plugins/gtk/spellchk/last_word_replace", vbox); |
| 2341 #endif |
2341 #endif |
| 2342 |
2342 |
| 2343 gtk_widget_show_all(ret); |
2343 gtk_widget_show_all(ret); |
| |
2344 g_object_unref(sg); |
| |
2345 g_object_unref(sg2); |
| 2344 return ret; |
2346 return ret; |
| 2345 } |
2347 } |
| 2346 |
2348 |
| 2347 static PidginPluginUiInfo ui_info = |
2349 static PidginPluginUiInfo ui_info = |
| 2348 { |
2350 { |