Yes, that's what I did. I just tested wordpad with the wrong order and noticed that choosing to create a new file showed a window with blank entries, and when trying to open a file the drowpdown file type menu was also blank. In the right order everything worked.
In other words, I introduced a bug in Portuguese Wine :/
Cheers, Gustavo.
2010/6/23 Paul Vriens paul.vriens.wine@gmail.com
On 06/23/2010 09:19 PM, Gustavo wrote:
I found out the problem. It was the order of the definition of strings that was wrong. Committing a new patch.
you mean you did it now like in the En.rc file? Tried that but that's not the issue, although it's probably better to have the same list as the English one just for consistency.
-- Cheers,
Paul.
On 06/23/2010 09:30 PM, Gustavo wrote:
Yes, that's what I did. I just tested wordpad with the wrong order and noticed that choosing to create a new file showed a window with blank entries, and when trying to open a file the drowpdown file type menu was also blank. In the right order everything worked.
In other words, I introduced a bug in Portuguese Wine :/
That remains to be seen. It still could be a bug in out treatment of different languages in one STRINGTABLE (of 16 strings).
What you did of course fixes the problem.
On 06/23/2010 09:33 PM, Paul Vriens wrote:
On 06/23/2010 09:30 PM, Gustavo wrote:
Yes, that's what I did. I just tested wordpad with the wrong order and noticed that choosing to create a new file showed a window with blank entries, and when trying to open a file the drowpdown file type menu was also blank. In the right order everything worked.
In other words, I introduced a bug in Portuguese Wine :/
That remains to be seen. It still could be a bug in out treatment of different languages in one STRINGTABLE (of 16 strings).
What you did of course fixes the problem.
From a brief look at MSDN one can only have one LANGUAGE per resource so your fix is fine.