linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04650
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2639: users frame fixes; remove some more cruft
------------------------------------------------------------
revno: 2639
committer: eMTee <emtee11@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Sun 2011-10-16 01:57:49 +0200
message:
users frame fixes; remove some more cruft
modified:
dcpp/SettingsManager.cpp
help/resource.h
help/settings_tabs.html
win32/UsersFrame.cpp
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/SettingsManager.cpp'
--- dcpp/SettingsManager.cpp 2011-10-15 22:58:51 +0000
+++ dcpp/SettingsManager.cpp 2011-10-15 23:57:49 +0000
@@ -444,7 +444,7 @@
set(AUTO_DETECT_CONNECTION, false); //Don't touch if it works
}
- if(v <= 0.781) {
+ if(v <= 0.782) {
// These were remade completely...
unset(USERSFRAME_ORDER);
unset(USERSFRAME_WIDTHS);
=== modified file 'help/resource.h'
--- help/resource.h 2011-10-15 22:58:51 +0000
+++ help/resource.h 2011-10-15 23:57:49 +0000
@@ -21,7 +21,6 @@
#define IDH_USERS 10106
#define IDH_QUEUE 10107
#define IDH_FINISHED_DL 10108
-#define IDH_WAITING_USERS 10109
#define IDH_FINISHED_UL 10110
#define IDH_SEARCH 10111
#define IDH_ADL_SEARCH 10112
=== modified file 'help/settings_tabs.html'
--- help/settings_tabs.html 2011-10-15 22:58:51 +0000
+++ help/settings_tabs.html 2011-10-15 23:57:49 +0000
@@ -63,7 +63,6 @@
<dt>Finished Downloads</dt>
<dd cshelp="IDH_SETTINGS_TABS_BOLD_FINISHED_DOWNLOADS">When a download completes, the
<a href="window_finished_downloads.html">Finished Downloads</a> tab will be highlighted if this option is selected.</dd>
-<dt>Waiting users</dt>
<dt>Finished Uploads</dt>
<dd cshelp="IDH_SETTINGS_TABS_BOLD_FINISHED_UPLOADS">When an upload completes, the
<a href="window_finished_uploads.html">Finished Uploads</a> tab will be highlighted if this option is selected.</dd>
=== modified file 'win32/UsersFrame.cpp'
--- win32/UsersFrame.cpp 2011-10-15 22:58:51 +0000
+++ win32/UsersFrame.cpp 2011-10-15 23:57:49 +0000
@@ -53,7 +53,7 @@
{ N_("Favorite"), 25, false },
{ N_("Auto grant slot"), 25, false },
{ N_("Nick"), 125, false },
- { N_("Hub (last seen in, if offline)"), 300, false },
+ { N_("Hub(s)"), 300, false },
{ N_("Status / Time last seen"), 150, false },
{ N_("Description"), 200, false },
{ N_("CID"), 300, false }