| 141 | } |
| 142 | |
| 143 | void |
| 144 | ghack_text_window_rip_string(const char *string) |
| 145 | { |
| 146 | /* This is called to specify that the next message window will |
| 147 | * be a RIP window, which will include this text */ |
| 148 | |
| 149 | showRIP = 1; |
| 150 | gtk_label_set(GTK_LABEL(RIPlabel), string); |
| 151 | } |