mirror of
https://github.com/greenshot/greenshot
synced 2025-07-14 17:13:44 -07:00
Preparations for the language changes
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1780 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
d6fc1d9649
commit
6f438b2a6c
7 changed files with 68 additions and 147 deletions
|
@ -86,7 +86,7 @@ namespace ExternalCommand {
|
|||
commandThread.Name = "Running " + presetCommand;
|
||||
commandThread.IsBackground = true;
|
||||
commandThread.Start();
|
||||
surface.SendMessageEvent(this, SurfaceMessageTyp.Info, host.CoreLanguage.GetFormattedString("exported_to", Description));
|
||||
surface.SendMessageEvent(this, SurfaceMessageTyp.Info, Language.GetFormattedString("exported_to", Description));
|
||||
surface.Modified = false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue