From 9a9ea2496db3b9111dd56473bb1789b2e5e0571e Mon Sep 17 00:00:00 2001 From: Plata Date: Tue, 12 Sep 2017 19:40:18 +0200 Subject: [PATCH] Wine shortcut: use shortcut ID --- Engines/Wine/Shortcuts/Wine/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Engines/Wine/Shortcuts/Wine/script.js b/Engines/Wine/Shortcuts/Wine/script.js index 94b7c51f09..f35e43e42c 100644 --- a/Engines/Wine/Shortcuts/Wine/script.js +++ b/Engines/Wine/Shortcuts/Wine/script.js @@ -80,6 +80,7 @@ var WineShortcut = function () { var builder = new org.phoenicis.library.dto.ShortcutDTO.Builder() .withCategory(that._category) .withName(that._name) + .withId(that._name) .withDescription(that._description) .withScript(JSON.stringify({ type: "WINE",