Skip to content

Commit

Permalink
Updated deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
seamus-brady committed Dec 29, 2017
1 parent bc70d84 commit 76fc551
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/controlpanel/iwp-main-dialog.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@

;; Deployment Button details

(define (create-new-deploy-button parent bitmap label width height callback)
(define (create-new-deploy-button parent bitmap width height callback)
(new button% [parent parent]
[label bitmap]
[callback (lambda (button event)
Expand All @@ -219,7 +219,7 @@
(define (do-deploy-action) (do-open-url "https://instantwp.com/go/IWPControlPanelButton/"))

(define deployment-button
(create-new-button base-buttons-panel (deploy-bitmap) DEPLOY_BTN_LBL
(create-new-deploy-button base-buttons-panel (deploy-bitmap)
MAIN_BTN_WIDTH MAIN_BTN_HEIGHT
do-deploy-action))

Expand Down
2 changes: 1 addition & 1 deletion core/controlpanel/iwp-resources.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
(read-bitmap (build-path (iwp-images-dir-path) "readme1.png")))

(define (deploy-bitmap)
(read-bitmap (build-path (iwp-images-dir-path) "unleashed.png")))
(read-bitmap (build-path (iwp-images-dir-path) "get-unleashed.png")))

(define (deploy2-bitmap)
(cond
Expand Down
Binary file added core/images/get-unleashed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/images/readme5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76fc551

Please sign in to comment.