Skip to content

Commit

Permalink
Fix enabling/disabling import menu
Browse files Browse the repository at this point in the history
remove non supported element from INFO file
  • Loading branch information
vletroye committed May 12, 2017
1 parent 8f68bc7 commit b36fe7b
Show file tree
Hide file tree
Showing 72 changed files with 2 additions and 6 deletions.
Binary file modified MyOwnDSMShortcuts/.vs/Mods/v14/.suo
Binary file not shown.
1 change: 1 addition & 0 deletions MyOwnDSMShortcuts/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1556,6 +1556,7 @@ private void EnableItemMenuDetails(bool packageArea, bool itemsArea, bool menuPa
saveToolStripMenuItem.Enabled = menuSave;
newToolStripMenuItem.Enabled = menuNew;
openToolStripMenuItem.Enabled = menuOpen;
importToolStripMenuItem.Enabled = menuOpen;
openRecentToolStripMenuItem.Enabled = menuRecent;
foreach (ToolStripItem menu in editToolStripMenuItem.DropDownItems)
{
Expand Down
7 changes: 1 addition & 6 deletions MyOwnDSMShortcuts/Resources/INFO
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ displayname="Your Package Name"
distributor="Your Own Name"
distributor_url="http://Your_Web_Site"
arch="noarch"
model=""
reloadui="yes"
startable="yes"
firmware="5.0-4371"
Expand All @@ -18,8 +17,4 @@ dsmuidir="ui"
dsmappname="SYNO.SDS._ThirdParty.App.YourOwnPackage"
thirdparty="yes"
description_enu="Your Own Description."
description="Your Own Description."
silent_install="no"
silent_upgrade="no"
silent_uninstall="no"
install_reboot="no"
description="Your Own Description."
Binary file modified MyOwnDSMShortcuts/bin/Debug/Mods.exe
Binary file not shown.
Binary file modified MyOwnDSMShortcuts/bin/Debug/Mods.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file modified MyOwnDSMShortcuts/obj/Debug/Mods.exe
Binary file not shown.
Binary file modified MyOwnDSMShortcuts/obj/Debug/Mods.pdb
Binary file not shown.

0 comments on commit b36fe7b

Please sign in to comment.