Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
berndmoos committed Apr 17, 2024
1 parent 97ba454 commit 907cf76
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/org/exmaralda/common/EXMARaLDAConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

public class EXMARaLDAConstants {

public static String PARTITUREDITOR_VERSION="1.7";
public static String EXAKT_VERSION="1.4";
public static String FOLKER_VERSION="1.3";
public static String PARTITUREDITOR_VERSION="1.8";
public static String EXAKT_VERSION="1.4.1";
public static String FOLKER_VERSION="1.3.1";
public static String SURFER_VERSION="${surfer_version}";
public static String ORTHONORMAL_VERSION="1.0";
public static String ORTHONORMAL_VERSION="1.0.1";

public static String BUILD_TIME="20221118.2200";
public static String BUILD_TIME="20240417.1634";

}
2 changes: 1 addition & 1 deletion src/org/exmaralda/common/application/AboutDialog.form
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<SubComponents>
<Component class="javax.swing.JLabel" name="citationLabel">
<Properties>
<Property name="text" type="java.lang.String" value="&lt;html&gt;&#xa;Please cite the following references when working with EXMARaLDA: &lt;br/&gt;&lt;br/&gt;&#xa;&lt;b&gt;Schmidt, Thomas / W&#xf6;rner, Kai (2023)&lt;/b&gt;: &lt;br/&gt;&#xa;&lt;i&gt;EXMARaLDA.&lt;/i&gt; Software. [https://exmaralda.org] &lt;br/&gt; &lt;br/&gt;&#xa;&lt;b&gt;Schmidt, Thomas / W&#xf6;rner, Kai (2014)&lt;/b&gt;: &lt;i&gt;EXMARaLDA&lt;/i&gt;. &lt;br/&gt; &#xa;In: Jacques Durand, Ulrike Gut, Gjert Kristoffersen (eds.): &lt;br/&gt;&#xa;Handbook on Corpus Phonology, pp. 402-419. Oxford University Press.&lt;br/&gt;&#xa;&lt;/html&gt;"/>
<Property name="text" type="java.lang.String" value="&lt;html&gt;&#xa;Please cite the following references when working with EXMARaLDA: &lt;br/&gt;&lt;br/&gt;&#xa;&lt;b&gt;Schmidt, Thomas / W&#xf6;rner, Kai (2024)&lt;/b&gt;: &lt;br/&gt;&#xa;&lt;i&gt;EXMARaLDA.&lt;/i&gt; Software. [https://exmaralda.org] &lt;br/&gt; &lt;br/&gt;&#xa;&lt;b&gt;Schmidt, Thomas / W&#xf6;rner, Kai (2014)&lt;/b&gt;: &lt;i&gt;EXMARaLDA&lt;/i&gt;. &lt;br/&gt; &#xa;In: Jacques Durand, Ulrike Gut, Gjert Kristoffersen (eds.): &lt;br/&gt;&#xa;Handbook on Corpus Phonology, pp. 402-419. Oxford University Press.&lt;br/&gt;&#xa;&lt;/html&gt;"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="copyCitationButton">
Expand Down
2 changes: 1 addition & 1 deletion src/org/exmaralda/common/application/AboutDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private void initComponents() {

citationPanel.setBorder(javax.swing.BorderFactory.createTitledBorder("Citation"));

citationLabel.setText("<html>\nPlease cite the following references when working with EXMARaLDA: <br/><br/>\n<b>Schmidt, Thomas / Wörner, Kai (2023)</b>: <br/>\n<i>EXMARaLDA.</i> Software. [https://exmaralda.org] <br/> <br/>\n<b>Schmidt, Thomas / Wörner, Kai (2014)</b>: <i>EXMARaLDA</i>. <br/> \nIn: Jacques Durand, Ulrike Gut, Gjert Kristoffersen (eds.): <br/>\nHandbook on Corpus Phonology, pp. 402-419. Oxford University Press.<br/>\n</html>");
citationLabel.setText("<html>\nPlease cite the following references when working with EXMARaLDA: <br/><br/>\n<b>Schmidt, Thomas / Wörner, Kai (2024)</b>: <br/>\n<i>EXMARaLDA.</i> Software. [https://exmaralda.org] <br/> <br/>\n<b>Schmidt, Thomas / Wörner, Kai (2014)</b>: <i>EXMARaLDA</i>. <br/> \nIn: Jacques Durand, Ulrike Gut, Gjert Kristoffersen (eds.): <br/>\nHandbook on Corpus Phonology, pp. 402-419. Oxford University Press.<br/>\n</html>");
citationPanel.add(citationLabel);

copyCitationButton.setIcon(new javax.swing.ImageIcon(getClass().getResource("/org/exmaralda/partitureditor/partiture/Icons/Copy.gif"))); // NOI18N
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ public void beforeEditCell(final com.klg.jclass.table.JCEditCellEvent evt) {
}

// 05-04-2023: new for #458
Border editorBorder = BorderFactory.createMatteBorder(1, 2, 0, 0, Color.BLUE);
Border editorBorder = BorderFactory.createMatteBorder(2, 2, 2, 2, Color.BLUE);

/** called when editing of an event starts
* @param evt */
Expand Down

0 comments on commit 907cf76

Please sign in to comment.