Skip to content

Commit

Permalink
-Tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
w17 committed Apr 5, 2016
1 parent 0270f5c commit 197112e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/arclite/ui.cpp
Expand Up @@ -1220,8 +1220,8 @@ class UpdateDialog: public Far::Dialog {
spacer(1);
append_ext_ctrl_id = check_box(Far::get_msg(MSG_UPDATE_DLG_APPEND_EXT), options.append_ext);
reset_line();
label(label_text);
new_line();
label(label_text);
new_line();
arc_path_ctrl_id = history_edit_box(options.arc_path + old_ext, L"arclite.arc_path", c_client_xs, DIF_EDITPATH);
new_line();
separator();
Expand Down

0 comments on commit 197112e

Please sign in to comment.