Changeset 9dbc426
- Timestamp:
- 08/30/17 23:00:10 (5 years ago)
- Branches:
- master
- Children:
- a4d3f7b
- Parents:
- 841aad4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/urlinputdialog.cpp
r841aad4 r9dbc426 28 28 setupUi(this); 29 29 30 QPushButton* openFile = buttons->addButton( "Open File...", QDialogButtonBox::ActionRole);30 QPushButton* openFile = buttons->addButton(tr("Open file ..."), QDialogButtonBox::ActionRole); 31 31 textChanged(urlEntry->text()); 32 32
Note: See TracChangeset
for help on using the changeset viewer.