mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
added one missing sigtype to Identity.h. Some work on qt gui.
This commit is contained in:
parent
b3050af1a7
commit
61e1e7fe8f
10 changed files with 133 additions and 203 deletions
|
@ -79,7 +79,6 @@ private:
|
|||
void retranslateTunnelForm(TunnelPane& ui) {
|
||||
ui.deletePushButton->setText(QApplication::translate("tunForm", "Delete Tunnel", 0));
|
||||
ui.nameLabel->setText(QApplication::translate("tunForm", "Tunnel name:", 0));
|
||||
ui.typeLabel->setText(QApplication::translate("tunForm", "Server tunnel type:", 0));
|
||||
}
|
||||
|
||||
void retranslateI2CPParameters() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue