kokoye2007 / waitzar

Automatically exported from code.google.com/p/waitzar
Other
0 stars 1 forks source link

Can't have a language, input method, or output encoding with "lastused" in its name #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Just due to the way we test this, having something like "blastused" or 
"lastusedHI" as an identifier will cause WZ to try and load the "last-used" 
setting whenever this is the default.

This only happens because we append the "lastused" tag to the default language. 

A related issue is that having an invalid default language called, e.g., 
"lastusedx" will trigger the "lastused" clause when it shouldn't be triggered.

We can easily fix this (search for ".lastused" and make sure it's at the END of 
the string) but I don't want to break existing code for something that is 
rarely triggered. 

Low priority bug fix. 

Original issue reported on code.google.com by seth.h...@gmail.com on 23 Sep 2010 at 6:32