Comment 11 for bug 1628548

Revision history for this message
tmodes (tmodes) wrote :

Hugin is not using a plist AFAIK, it is using a plain text file.
The text file is accessed via wxWidgets class wxConfigBase (http://docs.wxwidgets.org/3.1.0/classwx_config_base.html). Hugin is using the standard paths (so it should be the same as returned by wxStandardPaths::GetUserConfigDir() http://docs.wxwidgets.org/3.1.0/classwx_standard_paths.html#a7c7cf595d94d29147360d031647476b0)