# HG changeset patch # User Jan D # Date 1282197330 -7200 # Node ID 637005c4c3ca28ec4ee7694131e52573bb004bad # Parent 80192451ba3482e4d672a0ec666b048ceb58ebbf * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary". diff -r 80192451ba34 -r 637005c4c3ca src/ChangeLog --- a/src/ChangeLog Wed Aug 18 20:45:46 2010 -0700 +++ b/src/ChangeLog Thu Aug 19 07:55:30 2010 +0200 @@ -1,3 +1,7 @@ +2010-08-19 Jan Djärv + + * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary". + 2010-08-18 Eli Zaretskii * xterm.c (x_draw_bar_cursor): diff -r 80192451ba34 -r 637005c4c3ca src/nsselect.m --- a/src/nsselect.m Wed Aug 18 20:45:46 2010 -0700 +++ b/src/nsselect.m Thu Aug 19 07:55:30 2010 +0200 @@ -542,8 +542,8 @@ void nxatoms_of_nsselect (void) { - NXPrimaryPboard = @"PrimarySelection"; - NXSecondaryPboard = @"SecondarySelection"; + NXPrimaryPboard = @"Selection"; + NXSecondaryPboard = @"Secondary"; } void