mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-31 16:12:33 +02:00
2014-09-24 Fred Gleason <fredg@paravelsystems.com>
* Removed redundant line assignments in 'rdlogmanager/edit_clock.cpp'.
This commit is contained in:
parent
2541701f0d
commit
165e509a08
@ -14497,3 +14497,5 @@
|
||||
2014-09-20 Alban Peignier <alban@tryphon.eu>
|
||||
* Merged patch from albanpeignier to use RDCart::selectCut()
|
||||
in RDSimplePlayer [GitHub issue #000025].
|
||||
2014-09-24 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed redundant line assignments in 'rdlogmanager/edit_clock.cpp'.
|
||||
|
@ -325,7 +325,6 @@ void EditClock::editData()
|
||||
return;
|
||||
}
|
||||
int line=item->text(4).toInt();
|
||||
line=item->text(4).toInt();
|
||||
EditEventLine *edit_eventline=new EditEventLine(edit_clock->eventLine(line),
|
||||
edit_clock,line,
|
||||
this,"edit_eventline");
|
||||
@ -349,7 +348,6 @@ void EditClock::cloneData()
|
||||
return;
|
||||
}
|
||||
int line=item->text(4).toInt();
|
||||
line=item->text(4).toInt();
|
||||
|
||||
RDEventLine *selectedEventLine = edit_clock->eventLine(line);
|
||||
|
||||
|
@ -185,6 +185,10 @@ Chcete je uložit?</translation>
|
||||
<source>Remarks</source>
|
||||
<translation>Poznámky</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Clone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditEvent</name>
|
||||
|
@ -185,6 +185,10 @@ Wollen Sie sie speichern?</translation>
|
||||
<source>Remarks</source>
|
||||
<translation>Bemerkungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Clone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditEvent</name>
|
||||
|
@ -187,6 +187,10 @@ horario</translation>
|
||||
<source>Remarks</source>
|
||||
<translation>Comentarios</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Clone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditEvent</name>
|
||||
|
@ -182,6 +182,10 @@ Do you want to save?</source>
|
||||
<source>Remarks</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Clone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditEvent</name>
|
||||
|
@ -186,6 +186,10 @@ Vil du lagra?</translation>
|
||||
<source>Remarks</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Clone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditEvent</name>
|
||||
|
@ -186,6 +186,10 @@ Vil du lagra?</translation>
|
||||
<source>Remarks</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Clone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditEvent</name>
|
||||
|
@ -187,6 +187,10 @@ Você quer salvar?</translation>
|
||||
<source>That code is already in use!</source>
|
||||
<translation>Este Código já está em uso!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Clone</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditEvent</name>
|
||||
|
Loading…
x
Reference in New Issue
Block a user