mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
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:
parent
a520fd608c
commit
cb376955bc
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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*)];
|
||||
|
|
Loading…
Reference in a new issue