added string constant for debug tool button

svn: r1541
This commit is contained in:
Matthew Flatt 2005-12-06 20:13:28 +00:00
parent 44bc3084ec
commit 3fae8822a3
3 changed files with 6 additions and 5 deletions

View File

@ -741,7 +741,7 @@
(define debug-button
(make-object button%
((bitmap-label-maker
"Debug"
(string-constant debug-tool-button-name)
(build-path (collection-path "mztake" "icons") "icon-small.png")) this)
(make-object vertical-pane% (get-button-panel))
(lambda (button evt)

View File

@ -1203,6 +1203,7 @@ please adhere to these guidelines:
(stepper-next "Step >")
(stepper-next-application "Application >|")
(debug-tool-button-name "Debug")
(wizard-next "Next")
(wizard-back "Back")

View File

@ -580,10 +580,10 @@ please adhere to these guidelines:
;;; versions below, once the &s have been stripped.
;;; if they don't, DrScheme's menus will appear
;;; in the wrong order.
(file-menu "ファイル(F)")
(edit-menu "編集(E)")
(help-menu "ヘルプ(H)")
(windows-menu "ウィンドウ(W)")
(file-menu "ファイル")
(edit-menu "編集")
(help-menu "ヘルプ")
(windows-menu "ウィンドウ")
;;; menus
;;; - in menu labels, the & indicates a alt-key based shortcut.