mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-28 20:40:13 +02:00
2.11
-MegaCrypter support with MEGA PRO ACCOUNTS fix
This commit is contained in:
parent
2f744de51d
commit
2ce554c629
@ -174,7 +174,7 @@
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Dialog" size="16" style="1"/>
|
||||
</Property>
|
||||
<Property name="text" type="java.lang.String" value="Use this account for download (only MEGA/ELC):"/>
|
||||
<Property name="text" type="java.lang.String" value="Use this account for download:"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JComboBox" name="use_mega_account_down_combobox">
|
||||
|
@ -184,7 +184,7 @@ public final class LinkGrabberDialog extends javax.swing.JDialog implements Clip
|
||||
});
|
||||
|
||||
use_mega_account_down_label.setFont(new java.awt.Font("Dialog", 1, 16)); // NOI18N
|
||||
use_mega_account_down_label.setText("Use this account for download (only MEGA/ELC):");
|
||||
use_mega_account_down_label.setText("Use this account for download:");
|
||||
|
||||
use_mega_account_down_combobox.setFont(new java.awt.Font("Dialog", 1, 16)); // NOI18N
|
||||
use_mega_account_down_combobox.addItemListener(new java.awt.event.ItemListener() {
|
||||
|
@ -61,7 +61,7 @@ import org.apache.http.auth.UsernamePasswordCredentials;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION = "2.10";
|
||||
public static final String VERSION = "2.11";
|
||||
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
|
||||
public static final int STREAMER_PORT = 1337;
|
||||
public static final int WATCHDOG_PORT = 1338;
|
||||
|
Loading…
x
Reference in New Issue
Block a user