Browse Source

Don't translate "RSA-AES"

It's just the name of the system, so there is nothing in that string to
translate.
tags/v1.12.90
Pierre Ossman 1 year ago
parent
commit
5c6d05b529
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vncviewer/OptionsDialog.cxx

+ 1
- 1
vncviewer/OptionsDialog.cxx View File

@@ -719,7 +719,7 @@ void OptionsDialog::createSecurityPage(int tx, int ty, int tw, int th)
encRSAAESCheckbox = new Fl_Check_Button(LBLRIGHT(tx, ty,
CHECK_MIN_WIDTH,
CHECK_HEIGHT,
_("RSA-AES")));
"RSA-AES"));
encRSAAESCheckbox->callback(handleRSAAES, this);
ty += CHECK_HEIGHT + TIGHT_MARGIN;
#endif

Loading…
Cancel
Save