Revision: 6560 Author: ek.kato Date: Thu Jul 22 17:55:30 2010 Log: * scm/im-custom.scm : Rename preedit subgroup as xim-preedit.
http://code.google.com/p/uim/source/detail?r=6560 Modified: /trunk/scm/im-custom.scm ======================================= --- /trunk/scm/im-custom.scm Thu Jul 22 17:54:50 2010 +++ /trunk/scm/im-custom.scm Thu Jul 22 17:55:30 2010 @@ -125,7 +125,7 @@ (N_ "long description will be here.")) ;; subgroup -(define-custom-group 'preedit +(define-custom-group 'xim-preedit (N_ "Preedit settings of XIM") (N_ "long description will be here.")) @@ -771,7 +771,7 @@ ;; (define-custom 'uim-xim-use-xft-font? #f - '(xim preedit) + '(xim xim-preedit) '(boolean) (N_ "Use anti-aliased fonts for Over-the-Spot/Root-Window preedit") (N_ "long description will be here."))
