s/TRUE/true/

This commit is contained in:
Michael Drake 2012-08-13 14:51:24 +01:00
parent d106091d6e
commit c8a83bf1b4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ bool gui_copy_to_clipboard(struct selection *s)
clipboard = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD);
if (s->defined && selection_copy_to_clipboard(s))
gui_commit_clipboard();
return TRUE;
return true;
}
void gui_start_selection(struct gui_window *g)