Skip to content

Commit

Permalink
WndEditor: Renamed SetCEDPrefs to SetCEFPrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktekinay committed Jul 4, 2015
1 parent 7949aa8 commit 064350b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows/WndEditor.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ End
fldCode.SyntaxDefinition = hd

SetAutocompleteWords()
SetCEDPrefs()
SetCEFPrefs()

fldCode.SetScrollbars( sbHorizontal, sbVertical )

Expand Down Expand Up @@ -1304,7 +1304,7 @@ End
#tag EndMethod

#tag Method, Flags = &h21
Private Sub SetCEDPrefs()
Private Sub SetCEFPrefs()
//
// Set the static prefs here
//
Expand Down

0 comments on commit 064350b

Please sign in to comment.