Re: [LMMS-devel] bassloops -> bassloopes

2014-05-13 Thread Hannu Haahti
IIRC such renaming was done earlier... and compatibility was retained by replacing strings in dataFile::upgrade() 2014-05-13 23:26 GMT+03:00 Tobias Doerffel : > Good catch! Looks like a bug which dates back to 2006 > (a63c20f8e50413dde). We could easily rename it but this would break > some user

Re: [LMMS-devel] bassloops -> bassloopes

2014-05-13 Thread Tobias Doerffel
Good catch! Looks like a bug which dates back to 2006 (a63c20f8e50413dde). We could easily rename it but this would break some user's project files. Any idea? Toby -- "Accelerate Dev Cycles with Automated Cross-Browser Te

[LMMS-devel] bassloops -> bassloopes

2014-05-13 Thread David Gerard
At some point, the word "bassloops" got misspelt as "bassloopes". So now the samples directory tree, from my completely fresh pull just now, has the misspelt name "bassloopes" in it. git grep doesn't show it (it's filepath build/data/samples/bassloopes), so I'm not sure when this happened ... - d