| CODENOTIFIER | HelpYou are not signed inSign in |
Project: FAR manager
Revision: 1944
Author: skirda
Date: 08 Aug 2008 11:07:44
Changes:| ... | ...@@ -1 +1 @@ | |
| 0 | m4_define(BUILD,544)m4_dnl | |
| 0 | m4_define(BUILD,545)m4_dnl |
| ... | ...@@ -1,3 +1,7 @@ | |
| 1 | svs 08.08.2008 20:10:03 +0300 - build 545 | |
| 2 | ||
| 3 | 1. Mantis#0000571: |
| ... | ...@@ -584,6 +584,7 @@ | |
| 584 | 584 | |
| 585 | 585 | if (GetShortcutFolder(Key,&strShortcutFolder,&strPluginModule,&strPluginFile,&strPluginData)) |
| 586 | 586 | { |
| 587 | int CheckFullScreen=IsFullScreen(); | |
| 587 | 588 | if( !strPluginModule.IsEmpty() ) |
| 588 | 589 | { |
| 589 | 590 | if( !strPluginFile.IsEmpty() ) |
| ... | ...@@ -671,6 +672,10 @@ | |
| 671 | 672 | return TRUE; |
| 672 | 673 | } |
| 673 | 674 | SetCurDir(strShortcutFolder,TRUE); |
| 675 | ||
| 676 | if(CheckFullScreen) | |
| 677 | CtrlObject->Cp()->GetAnotherPanel(this)->Show(); | |
| 678 | ||
| 674 | 679 | Show(); |
| 675 | 680 | return(TRUE); |
| 676 | 681 | } |