aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_wx_filedialog_win.erl
diff options
context:
space:
mode:
authorRicardo Catalinas JimĂ©nez <[email protected]>2011-09-25 01:21:39 +0200
committerHenrik Nord <[email protected]>2011-11-09 14:49:14 +0100
commit84d0304579064239282d2bb57a7c2b5ce5dc9868 (patch)
tree00e32896bd0f614d3c74057f37766a85b5b2ca25 /lib/debugger/src/dbg_wx_filedialog_win.erl
parentd90ccb6a63f7ae63e1d4c89d686694a06e56c025 (diff)
downloadotp-84d0304579064239282d2bb57a7c2b5ce5dc9868.tar.gz
otp-84d0304579064239282d2bb57a7c2b5ce5dc9868.tar.bz2
otp-84d0304579064239282d2bb57a7c2b5ce5dc9868.zip
Fix "OK" spelling in debugger messages and variables
Simple code refactor in the debugger: renames all the occurrences of "Ok" to "OK" in the code, variable names and strings. This improves the consistency of the code and follows the GTK UI where "OK" is always used.
Diffstat (limited to 'lib/debugger/src/dbg_wx_filedialog_win.erl')
-rw-r--r--lib/debugger/src/dbg_wx_filedialog_win.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/src/dbg_wx_filedialog_win.erl b/lib/debugger/src/dbg_wx_filedialog_win.erl
index 9687efa981..9f45ad0c47 100644
--- a/lib/debugger/src/dbg_wx_filedialog_win.erl
+++ b/lib/debugger/src/dbg_wx_filedialog_win.erl
@@ -151,7 +151,7 @@ init([Parent, Id, Options0]) ->
Bott = wxDialog:createButtonSizer(Dlg, ?wxCANCEL bor ?wxOK),
wxDialog:connect(Dlg, command_button_clicked),
- %% Ok done
+ %% OK done
Box = wxBoxSizer:new(?wxVERTICAL),
wxSizer:add(Box, Top, [{border, 2}, {flag,?wxALL bor ?wxEXPAND}]),
wxSizer:add(Box, Dir, [{border, 2}, {flag,?wxALL bor ?wxEXPAND}]),