Skip to content

Commit

Permalink
various text and icon changes for rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
t-d-k committed Aug 22, 2014
1 parent 047db92 commit 7a85742
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/PC/gui/common/CommonfrmOptions.pas
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,9 @@ procedure TfrmOptions.AllTabs_InitAndReadSettings(config: TSettings);
end;
end;

// Center "assocate with .vol files" checkbox
// Center "assocate with .box files" checkbox
ckAssociateFiles.Caption := SDUParamSubstitute(
_('Associate %1 with ".vol" &files'),
_('Associate %1 with ".box" &files'),
[Application.Title]
);
SDUCenterControl(ckAssociateFiles, ccHorizontal);
Expand Down
1 change: 1 addition & 0 deletions src/PC/gui/explorer/DoxBoxExplorer.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<Icon_MainIcon>..\..\..\Common\Common\images\DoxBox.ico</Icon_MainIcon>
<DCC_UnitSearchPath>..\..\..\..\SDeanComponents\Components\SDeanUtils;..\..\..\..\\SDeanComponents\Components\SDeanSecurity\Shredder\;..\..\..\..\SDeanComponents\Components\SDeanSecurity\PKCS#11\;..\..\..\..\SDeanComponents\Components\OTFE\OTFEFreeOTFE\;..\..\..\..\SDeanComponents\Components\SDeanFilesystem\;..\..\..\..\SDeanComponents\Components\SDeanSecurity\MouseRNGDialog\;P:\Projects\Delphi\doxbox\SDeanComponents\Components\OTFE\OTFE\;P:\Projects\Delphi\doxbox\SDeanComponents\Components\SDeanSecurity\PasswordRichEdit\;P:\Projects\Delphi\doxbox\src\PC\gui\common;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<Manifest_File>None</Manifest_File>
<VerInfo_MinorVer>51</VerInfo_MinorVer>
Expand Down
4 changes: 2 additions & 2 deletions src/PC/gui/explorer/FreeOTFEExplorerConsts.pas
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ interface
APP_BETA_BUILD = -1;

// Online user manual URL...
URL_USERGUIDE = 'http://DoxBox.squte.com/docs/Explorer';
URL_USERGUIDE = 'http://DoxBox.eu/docs/Explorer';
// PAD file URL...
URL_PADFILE = 'http://DoxBox.squte.com/PAD/DoxBoxEExplorer.xml';
URL_PADFILE = 'https://raw.githubusercontent.com/t-d-k/doxbox/master/PAD.xml';


implementation
Expand Down
3 changes: 1 addition & 2 deletions src/PC/gui/main/DoxBox.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PropertyGroup Condition="'$(Base)'!=''">
<VerInfo_PreRelease>true</VerInfo_PreRelease>
<DCC_UnitSearchPath>P:\Projects\Delphi\doxbox\SDeanComponents\Components\SDeanUtils;P:\Projects\Delphi\doxbox\SDeanComponents\Components\SDeanSecurity\MouseRNGDialog;P:\Projects\Delphi\doxbox\SDeanComponents\Components\SDeanSecurity\PKCS#11;P:\Projects\Delphi\doxbox\SDeanComponents\Components\SDeanSecurity\Shredder;P:\Projects\Delphi\doxbox\SDeanComponents\Components\OTFE\OTFEFreeOTFE;P:\Projects\Delphi\doxbox\SDeanComponents\Components\OTFE\OTFE\;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<Icon_MainIcon>FreeOTFE_Icon.ico</Icon_MainIcon>
<Icon_MainIcon>..\..\..\Common\Common\images\DoxBox.ico</Icon_MainIcon>
<Manifest_File>None</Manifest_File>
<VerInfo_MajorVer>6</VerInfo_MajorVer>
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
Expand All @@ -63,7 +63,6 @@
<Icon_MainIcon>FreeOTFE_Icon.ico</Icon_MainIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
Expand Down

0 comments on commit 7a85742

Please sign in to comment.