]> git.lyx.org Git - lyx.git/commitdiff
Package.cpp: fix comment position and a typo
authorUwe Stöhr <uwestoehr@web.de>
Tue, 22 Jul 2008 23:54:37 +0000 (23:54 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 22 Jul 2008 23:54:37 +0000 (23:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25818 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Package.cpp

index 7ccc5e65c3227d64224007bd77b35ea4791cd2f6..51b9ea2d84a0ea09fd15c4df2bcccea2936dcc3b 100644 (file)
@@ -462,6 +462,8 @@ get_system_support_dir(FileName const & abs_binary,
        }
 
        // 2. Use the "LYX_DIR_16x" environment variable.
+       // FIXME We need to iherit the actual version number from elsewhere
+       // otherwise we will forget to update this for new major releases
        path = extract_env_var_dir("LYX_DIR_16x");
        if (!path.empty()) {
                searched_dirs.push_back(path);
@@ -578,8 +580,6 @@ bool userSupportDir(FileName const & default_user_support_dir,
                return true;
 
        // 2. Use the LYX_USERDIR_16x environment variable.
-       // FIXME We need to iherit the atual version number from elsewhere other-
-       // wise we will forget to update this for new major releases
        result = extract_env_var_dir("LYX_USERDIR_16x");
        if (!result.empty())
                return true;