]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/forms/fdfixc.sed
(Rob Lahaye): UI improvements to the preferences dialog.
[features.git] / src / frontends / xforms / forms / fdfixc.sed
index 55c86448b5abafb768b817639e5c4dff9786e604..7b2e21c9dfc40eb2ffbaf213ea2a3ddb74539a02 100644 (file)
@@ -41,9 +41,9 @@ s/#include \"forms\.h\"/#include FORMS_H_LOCATION/
 # "fl_add_bmtable"
 /bmtable/ s/fl_add_button/fl_add_bmtable/
 
-#  For all lines containing "shortcut" and a string containing |, 
+#  For all lines containing "_shortcut" and a string containing |, 
 #  replace the string with scex(_(string))
-/shortcut/ s/".*[|].*"/scex(_(&))/
+/_shortcut/ s/".*[|].*"/scex(_(&))/
 
 #  gettext will get confused if the string contains a "%" unless the line is
 #  preceeded immediately by // xgettext:no-c-format