Add missing comma after name of selection atom.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@29270 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-01-12 21:28:01 +00:00
parent a520fd608c
commit cb376955bc
2 changed files with 6 additions and 2 deletions

View file

@ -1,8 +1,12 @@
2010-01-12 Fred Kiefer <FredKiefer@gmx.de>
* Tools/xpbs.m: Add missing comma after name of selection atom.
2010-01-10 Riccardo Mottola <rmottola@users.sf.net>
* Source/win32/w32_activate.m: generate GSAppKitWindowLeave leave
events.
2010-01-08 Fred Kiefer <FredKiefer@gmx.de>
* Source/win32/w32_text_focus.m: Small clean up in focus handling.

View file

@ -75,7 +75,7 @@ static char *atom_names[] = {
"text/html",
"application/xhtml+xml",
"image/png",
"image/svg"
"image/svg",
"application/rtf",
};
static Atom atoms[sizeof(atom_names)/sizeof(char*)];