Default saving ext. in ver 4 ?

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 5
Joined: Wed Jul 30, 2008 7:56 am

Default saving ext. in ver 4 ?

Post by SaintHan »

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"

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

Change

Code: Select all

108, 	"Text files (*.txt)|*.txt|All files (*.*)|*.*"
to

Code: Select all

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.

Offline
Posts: 5
Joined: Wed Jul 30, 2008 7:56 am

Post by SaintHan »

I did it the same way.

But tried it again minutes ago, it works now.

Thanks.
Post Reply