From eeaa348f8bfafae1a6e56b857a97d9d23577dcac Mon Sep 17 00:00:00 2001 From: skidd13 Date: Tue, 20 Nov 2007 13:35:54 +0000 Subject: (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style --- src/signs_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/signs_gui.cpp') diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp index 79eca1899..b792ad488 100644 --- a/src/signs_gui.cpp +++ b/src/signs_gui.cpp @@ -201,7 +201,7 @@ static void QuerySignEditWndProc(Window *w, WindowEvent *e) switch (e->event) { case WE_CREATE: - SETBIT(_no_scroll, SCROLL_EDIT); + SetBit(_no_scroll, SCROLL_EDIT); break; case WE_PAINT: -- cgit v1.2.3-54-g00ecf