diff --git a/Iceberg.package/IceLocalBranch.class/properties.json b/Iceberg.package/IceLocalBranch.class/properties.json index 6fd6522fcc..e1606c79e4 100644 --- a/Iceberg.package/IceLocalBranch.class/properties.json +++ b/Iceberg.package/IceLocalBranch.class/properties.json @@ -1,5 +1,5 @@ { - "commentStamp" : "CyrilFerlicot 7/14/2017 02:20", + "commentStamp" : "NicoPasserini 12/6/2016 11:40", "super" : "IceBranch", "category" : "Iceberg-Core", "classinstvars" : [ ], @@ -10,4 +10,4 @@ ], "name" : "IceLocalBranch", "type" : "normal" -} +} \ No newline at end of file diff --git a/Iceberg.package/MorphicUIManager.extension/instance/confirm.label.trueChoice.falseChoice.cancelChoice.default..st b/Iceberg.package/MorphicUIManager.extension/instance/confirm.label.trueChoice.falseChoice.cancelChoice.default..st deleted file mode 100644 index e4a7d69414..0000000000 --- a/Iceberg.package/MorphicUIManager.extension/instance/confirm.label.trueChoice.falseChoice.cancelChoice.default..st +++ /dev/null @@ -1,17 +0,0 @@ -*Iceberg-Adapters -confirm: queryString label: title trueChoice: trueChoice falseChoice: falseChoice cancelChoice: cancelChoice default: defaultOption - "Put up a yes/no/cancel menu with caption queryString. The actual wording for the choices will be as provided in the trueChoice, falseChoice and cancelChoice parameters. - defaultOption should be one of true, false or nil to set the default button. - Answer true if the response is the true-choice, false if it's the false-choice, nil if the cancelChoice. - This is a modal question -- the user must respond." - - (ProvideAnswerNotification signal: queryString) ifNotNil: [:answer | - ^answer]. - ^ self theme - customQuestionIn: self modalMorph - text: queryString - yesText: trueChoice - noText: falseChoice - cancelText: cancelChoice - default: defaultOption - title: title \ No newline at end of file diff --git a/Iceberg.package/MorphicUIManager.extension/properties.json b/Iceberg.package/MorphicUIManager.extension/properties.json deleted file mode 100644 index 79ec76899a..0000000000 --- a/Iceberg.package/MorphicUIManager.extension/properties.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name" : "MorphicUIManager" -} \ No newline at end of file