diff options
Diffstat (limited to 'protocols/Omegle')
-rw-r--r-- | protocols/Omegle/res/omegle.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/res/omegle.rc b/protocols/Omegle/res/omegle.rc index bdc06acab7..c8169d10cd 100644 --- a/protocols/Omegle/res/omegle.rc +++ b/protocols/Omegle/res/omegle.rc @@ -61,7 +61,7 @@ IDI_OMEGLE ICON "omegle.ico" IDD_OPTIONS DIALOGEX 0, 0, 316, 235
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Server:",IDC_STATIC,14,9,64,8,0,WS_EX_RIGHT
COMBOBOX IDC_SERVER,84,7,79,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|