| View previous topic :: View next topic |
| Author |
Message |
SaintHan
Joined: 30 Jul 2008 Posts: 5
|
Posted: Wed Aug 06, 2008 2:25 am Post subject: Default saving ext. in ver 4 ? |
|
|
I want to choose "Text files (*.txt)" as the default choice for saving, then I changed it's string with Reshacker. but It doesn't work.
I've done like belows, but .....
This job only work for ver 2.x except ver 4.x.
Plz let me know what's the problem.
In "string"
before >
Code:
"Text files (*.txt)|*.txt|All files (*.*)|*.*"
After>
Code:
"All files (*.*)|*.*|Text files (*.txt)|*.txt" |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4638
|
Posted: Wed Aug 06, 2008 10:43 am Post subject: |
|
|
Change | Code: | | 108, "Text files (*.txt)|*.txt|All files (*.*)|*.*" | to
| Code: | | 108, "All files (*.*)|*.*|Text files (*.txt)|*.txt" |
If you are using "Internal" language make sure that you change AkePad.exe file or if you are using German language that you change German.dll. |
|
| Back to top |
|
 |
SaintHan
Joined: 30 Jul 2008 Posts: 5
|
Posted: Wed Aug 06, 2008 11:37 pm Post subject: |
|
|
I did it the same way.
But tried it again minutes ago, it works now.
Thanks. |
|
| Back to top |
|
 |
|