mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fixed file handling, fixed wrong order in the title of the editor, changed left-click handling of the context menu. Added a boolean in the ProcessCmdKey of the surface.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2327 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
c5fef12c9b
commit
2a26be0a37
4 changed files with 56 additions and 8 deletions
|
@ -384,7 +384,7 @@ namespace Greenshot {
|
|||
return;
|
||||
}
|
||||
updateStatusLabel(Language.GetFormattedString(LangKey.editor_imagesaved, fullpath), fileSavedStatusContextMenu);
|
||||
this.Text = Language.GetString(LangKey.editor_title) + " - " + Path.GetFileName(fullpath);
|
||||
this.Text = Path.GetFileName(fullpath) + " - " + Language.GetString(LangKey.editor_title);
|
||||
}
|
||||
|
||||
void surface_DrawingModeChanged(object source, DrawingModes drawingMode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue