mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
Allow ':' characters in file names.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9987 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e561910f9c
commit
a53f4592a7
@ -1,3 +1,8 @@
|
||||
2005-05-31 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* helper_funcs.C (get_invalid_chars_latex): allow ':' characters
|
||||
in file names.
|
||||
|
||||
2005-05-24 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ControlBibtex.C (browseBib, browseBst): backport 1.4.x code
|
||||
|
@ -34,7 +34,7 @@ namespace {
|
||||
|
||||
string const get_invalid_chars_latex()
|
||||
{
|
||||
string invalid_chars("#$%{}()[]:\"^");
|
||||
string invalid_chars("#$%{}()[]\"^");
|
||||
if (!lyxrc.tex_allows_spaces)
|
||||
invalid_chars += ' ';
|
||||
return invalid_chars;
|
||||
|
Loading…
Reference in New Issue
Block a user