diff --git a/src/librssguard/dynamic-shortcuts/dynamicshortcutswidget.cpp b/src/librssguard/dynamic-shortcuts/dynamicshortcutswidget.cpp index eeb895161..2d9953489 100644 --- a/src/librssguard/dynamic-shortcuts/dynamicshortcutswidget.cpp +++ b/src/librssguard/dynamic-shortcuts/dynamicshortcutswidget.cpp @@ -4,6 +4,7 @@ #include "definitions/definitions.h" #include "dynamic-shortcuts/shortcutcatcher.h" +#include "gui/reusable/squeezelabel.h" #include #include @@ -69,10 +70,20 @@ void DynamicShortcutsWidget::populate(QList actions) { // Add new catcher to our control. auto* action_label = new QLabel(this); + auto act_text = action->text().remove(QSL("&")); + auto act_toolt = action->toolTip(); + + if (act_text == act_toolt) { + action_label->setText(act_text); + } + else { + action_label->setText(QSL("%1 (%2)").arg(act_text, act_toolt)); + } - action_label->setText(action->text().remove(QSL("&"))); action_label->setToolTip(action->toolTip()); - action_label->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Preferred); + action_label->setWordWrap(true); + + //action_label->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred); auto* action_icon = new QLabel(this); @@ -81,6 +92,7 @@ void DynamicShortcutsWidget::populate(QList actions) { m_layout->addWidget(action_icon, row_id, 0); m_layout->addWidget(action_label, row_id, 1); m_layout->addWidget(catcher, row_id, 2); + row_id++; connect(catcher, &ShortcutCatcher::shortcutChanged, this, &DynamicShortcutsWidget::setupChanged); } diff --git a/src/librssguard/gui/dialogs/formmain.ui b/src/librssguard/gui/dialogs/formmain.ui index 3d6ea6142..fc0644130 100755 --- a/src/librssguard/gui/dialogs/formmain.ui +++ b/src/librssguard/gui/dialogs/formmain.ui @@ -100,7 +100,7 @@ - Feeds && categories + Feeds @@ -237,18 +237,21 @@ true - View &fullscreen + &Fullscreen Switch fullscreen mode. - F + F11 - &Fetch all feeds + &Fetch all + + + Fetch all feeds Ctrl+Shift+U @@ -256,7 +259,10 @@ - Fetch &selected feeds + Fetch &selected + + + Fetch selected feeds Ctrl+U @@ -335,7 +341,7 @@ - &Delete selected articles + &Delete articles @@ -390,7 +396,7 @@ - &Mark all items read + &Mark all read Marks all messages in all items read. This does not take message filters into account. @@ -443,7 +449,7 @@ - &Clean all items + &Clean all Deletes all messages from all items. @@ -590,7 +596,7 @@ - Switch layout orientation + Switch layout @@ -652,7 +658,7 @@ - &Restore selected articles + &Restore articles @@ -724,7 +730,7 @@ - Stop ongoing fetching of feeds + Stop ongoing fetching diff --git a/src/librssguard/gui/dialogs/formmessagefiltersmanager.ui b/src/librssguard/gui/dialogs/formmessagefiltersmanager.ui index 8125bb234..bc7b946ca 100644 --- a/src/librssguard/gui/dialogs/formmessagefiltersmanager.ui +++ b/src/librssguard/gui/dialogs/formmessagefiltersmanager.ui @@ -225,11 +225,11 @@ - 1 + 0 - Existing messages + Existing articles @@ -261,7 +261,7 @@ - Sample message + Sample article diff --git a/src/librssguard/gui/dialogs/formsettings.ui b/src/librssguard/gui/dialogs/formsettings.ui index 011fa0649..9616b9431 100644 --- a/src/librssguard/gui/dialogs/formsettings.ui +++ b/src/librssguard/gui/dialogs/formsettings.ui @@ -6,8 +6,8 @@ 0 0 - 1030 - 700 + 1000 + 680 diff --git a/src/librssguard/gui/dialogs/formupdate.ui b/src/librssguard/gui/dialogs/formupdate.ui index ddc829fd6..112d50c45 100644 --- a/src/librssguard/gui/dialogs/formupdate.ui +++ b/src/librssguard/gui/dialogs/formupdate.ui @@ -6,146 +6,149 @@ 0 0 - 607 - 326 + 549 + 324 Check for updates - - - - - - - Current release - - - - - - - - - - - - - - Available release - - - - - - - - - - - - - - Status - - - m_lblStatus - - - - - - - Qt::RightToLeft - - - - - - + + + + + Current release + + + + + + + + + + + + + + Available release + + + + + + + + + + + + + + Status + + + m_lblStatus + + + + + + + Qt::RightToLeft + + + + + + + 0 + + + + Changelog + + + 0 - - - Changelog - - - - 0 + + 0 + + + 0 + + + 0 + + + + + + 0 + 1 + - - 0 + + + DejaVu Sans Mono + - - 0 + + QFrame::NoFrame - - 0 + + false - - - - - 0 - 1 - - - - - DejaVu Sans Mono - - - - false - - - QTextEdit::WidgetWidth - - - true - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + + QTextEdit::WidgetWidth + + + true + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans Mono'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><br /></p></body></html> - - - Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse - - - - - - - - Available files - - - - 0 - - 0 + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse - - 0 + + + + + + + Available files + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + QFrame::NoFrame - - 0 - - - - - - - - - + + + + + - + Qt::Horizontal diff --git a/src/librssguard/gui/reusable/networkproxydetails.ui b/src/librssguard/gui/reusable/networkproxydetails.ui index 5a8894490..1974c1084 100755 --- a/src/librssguard/gui/reusable/networkproxydetails.ui +++ b/src/librssguard/gui/reusable/networkproxydetails.ui @@ -7,7 +7,7 @@ 0 0 507 - 257 + 325 @@ -142,19 +142,6 @@ - - - - Qt::Vertical - - - - 20 - 40 - - - - diff --git a/src/librssguard/gui/settings/settingsbrowsermail.ui b/src/librssguard/gui/settings/settingsbrowsermail.ui index 6d632b4e3..1946a7470 100644 --- a/src/librssguard/gui/settings/settingsbrowsermail.ui +++ b/src/librssguard/gui/settings/settingsbrowsermail.ui @@ -32,8 +32,15 @@ External web browser - - + + + + + Always open links from simple internal text browser in external web browser + + + + <html><head/><body><p>If unchecked, then default system-wide web browser is used.</p></body></html> @@ -128,12 +135,18 @@ - - - - Always open links from simple internal text browser in external web browser + + + + Qt::Vertical - + + + 20 + 40 + + + diff --git a/src/librssguard/gui/settings/settingsdatabase.ui b/src/librssguard/gui/settings/settingsdatabase.ui index 33b7179b5..aea3c9b31 100644 --- a/src/librssguard/gui/settings/settingsdatabase.ui +++ b/src/librssguard/gui/settings/settingsdatabase.ui @@ -23,7 +23,7 @@ 0 - + Note that turning this option ON will make saving of new messages FASTER, but it might rarely cause some issues with messages saving. @@ -33,7 +33,7 @@ - + QLabel { @@ -51,7 +51,7 @@ - + Database driver @@ -61,10 +61,10 @@ - + - + 1 @@ -138,6 +138,16 @@ Authors of this application are NOT responsible for lost data. 0 + + + + Hostname + + + m_txtMysqlHostname + + + @@ -174,9 +184,26 @@ Authors of this application are NOT responsible for lost data. + + + + Working database + + + + + + + Username + + + m_txtMysqlUsername + + + @@ -243,48 +270,30 @@ Authors of this application are NOT responsible for lost data. - - - - Username - - - m_txtMysqlUsername - - - - - - - Working database - - - - - - - Hostname - - - m_txtMysqlHostname - - - + + + + Qt::Vertical + + + + 20 + 40 + + + + m_lblDatabaseDriver m_cmbDatabaseDriver m_stackedDatabaseDriver m_checkUseTransactions m_lblDataStorageWarning - label_2 - label_11 - label_4 - label_5 - m_lblMysqlInfo + verticalSpacer diff --git a/src/librssguard/gui/settings/settingsdownloads.ui b/src/librssguard/gui/settings/settingsdownloads.ui index 6f92b3301..06ed812ea 100644 --- a/src/librssguard/gui/settings/settingsdownloads.ui +++ b/src/librssguard/gui/settings/settingsdownloads.ui @@ -74,6 +74,19 @@ + + + + Qt::Vertical + + + + 20 + 40 + + + + diff --git a/src/librssguard/gui/settings/settingsfeedsmessages.h b/src/librssguard/gui/settings/settingsfeedsmessages.h index 14efe58de..5ea206c3d 100644 --- a/src/librssguard/gui/settings/settingsfeedsmessages.h +++ b/src/librssguard/gui/settings/settingsfeedsmessages.h @@ -28,7 +28,7 @@ class SettingsFeedsMessages : public SettingsPanel { }; inline QString SettingsFeedsMessages::title() const { - return tr("Feeds & messages"); + return tr("Feeds & articles"); } #endif // SETTINGSFEEDSMESSAGES_H diff --git a/src/librssguard/gui/settings/settingsfeedsmessages.ui b/src/librssguard/gui/settings/settingsfeedsmessages.ui index 8eaa2c981..de142f710 100644 --- a/src/librssguard/gui/settings/settingsfeedsmessages.ui +++ b/src/librssguard/gui/settings/settingsfeedsmessages.ui @@ -7,7 +7,7 @@ 0 0 788 - 497 + 433 @@ -30,53 +30,62 @@ - Feeds && categories + Feeds - - - - - Download messages for all feeds on application startup with initial delay of - - - - - - - false - - - - 250 - 28 - - - - false - - - true - - - - + + + Download messages for all feeds on application startup with initial delay of + + + + + + + false + + + false + + + true + + - + - Enable "auto-download started" notification + Auto-download messages for all feeds every + + + + + + + false + + + false + + + true + + + 0 + 0 + + Feed list font - - + + Font preview @@ -86,7 +95,7 @@ - + &Change font @@ -96,118 +105,66 @@ - - - - - - Feed connection timeout - - - m_spinFeedUpdateTimeout - - - - - - - Connection timeout is time interval which is reserved for downloading new messages for the feed. If this time interval elapses, then download process is aborted. - - - ms - - - 100 - - - 120000 - - - 100 - - - - + + + + Connection timeout is time interval which is reserved for downloading new messages for the feed. If this time interval elapses, then download process is aborted. + + + ms + + + 100 + + + 120000 + + + 100 + + - - - - - Height or rows in feed list (-1 = default height) - - - m_spinHeightRowsFeeds - - - - - - - -1 - - - 100 - - - - + + + Height or rows in feed list (-1 = default height) + + + m_spinHeightRowsFeeds + + + + + + + -1 + + + 100 + + - - - - - Message count format in feed list - - - m_cmbCountsFeedList - - - - - - - - - - true - - - - + + + Message count format in feed list + + + m_cmbCountsFeedList + + - - - - - - Auto-download messages for all feeds every - - - - - - - false - - - - 250 - 28 - - - - false - - - true - - - - + + + + + + + true + + - + @@ -238,13 +195,30 @@ - + + + + Feed connection timeout + + + m_spinFeedUpdateTimeout + + + + Hide message counts if there are no unread messages + + + + Display tooltips for feeds and messages + + + @@ -252,10 +226,10 @@ - - + + - Display tooltips for feeds and messages + Enable "auto-download started" notification @@ -263,111 +237,90 @@ - Messages + Articles - + - Remove all read messages from all feeds on application exit + Remove all read articles from all feeds on application exit - + Display placeholders to indicate locations of pictures - - + + - Bring application window to front once message is opened in external web browser + Display real icons of feeds in list of articles instead of read/unread icons - + + + + Bring application window to front once article is opened in external web browser + + + + - Keep message selection in the middle of the message list viewport + Keep message selection in the middle of the article list viewport - - - - - Height or rows in message list (-1 = default height) - - - m_spinHeightRowsMessages - - - - - - - -1 - - - 100 - - - - + + + Height or rows in article list (-1 = default height) + + + m_spinHeightRowsMessages + + + + + + + -1 + + + 100 + + - - - - - Height of image attachments - - - m_spinHeightImageAttachments - - - - - - - 22 - - - 1000 - - - - + + + Height of image attachments + + + m_spinHeightImageAttachments + + - - - - - - Use custom date/time format (overrides format loaded from active localization) - - - true - - - true - - - - - - - + + + + 22 + + + 1000 + + - + - Message list font + Article list font @@ -393,7 +346,7 @@ - Internal message browser font + Article browser font @@ -416,9 +369,38 @@ + + + + Qt::Horizontal + + + + 40 + 20 + + + + - + + + + Use custom date/time format (overrides format loaded from active localization) + + + true + + + true + + + + + + + Qt::Vertical @@ -431,13 +413,6 @@ - - - - Display real icons of feeds in list of messages instead of read/unread icons - - - @@ -455,9 +430,9 @@ m_tabFeedsMessages m_checkUpdateAllFeedsOnStartup m_spinStartupUpdateDelay - m_checkAutoUpdateNotification m_checkAutoUpdate m_spinAutoUpdateInterval + m_checkAutoUpdateNotification m_checkAutoUpdateOnlyUnfocused m_btnChangeFeedListFont m_spinFeedUpdateTimeout diff --git a/src/librssguard/gui/settings/settingsgeneral.ui b/src/librssguard/gui/settings/settingsgeneral.ui index 70aa6b17c..c355e91e1 100644 --- a/src/librssguard/gui/settings/settingsgeneral.ui +++ b/src/librssguard/gui/settings/settingsgeneral.ui @@ -44,6 +44,19 @@ + + + + Qt::Vertical + + + + 20 + 40 + + + + diff --git a/src/librssguard/gui/settings/settingsgui.ui b/src/librssguard/gui/settings/settingsgui.ui index 8cfd083ba..e8cf48268 100644 --- a/src/librssguard/gui/settings/settingsgui.ui +++ b/src/librssguard/gui/settings/settingsgui.ui @@ -119,7 +119,7 @@ Tray area && notifications - + Tray icon @@ -169,53 +169,82 @@ + + + + Qt::Vertical + + + + 20 + 40 + + + + Tabs - - - QFormLayout::AllNonFixedFieldsGrow - - - - - Open new tabs with left mouse button double-click on tab bar - - - - - - - Hide tab bar if just one tab is visible - - - - + + + + + 0 + 0 + + Close tabs with - - - - - Left mouse button double-click - - - - + + Middle mouse button single-click + + + + Left mouse button double-click + + + + + + + Open new tabs with left mouse button double-click on tab bar + + + + + + + Hide tab bar if just one tab is visible + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + diff --git a/src/librssguard/services/abstract/gui/formcategorydetails.ui b/src/librssguard/services/abstract/gui/formcategorydetails.ui index 0794531e8..cf99b996c 100644 --- a/src/librssguard/services/abstract/gui/formcategorydetails.ui +++ b/src/librssguard/services/abstract/gui/formcategorydetails.ui @@ -28,7 +28,7 @@ - Parent category + Parent folder m_cmbParentCategory diff --git a/src/librssguard/services/abstract/gui/formfeeddetails.ui b/src/librssguard/services/abstract/gui/formfeeddetails.ui index 04b215008..f1b669854 100644 --- a/src/librssguard/services/abstract/gui/formfeeddetails.ui +++ b/src/librssguard/services/abstract/gui/formfeeddetails.ui @@ -21,13 +21,13 @@ - Auto-downloading of messages + Auto-downloading of articles - Auto-downloading of messages + Auto-downloading of articles m_cmbAutoUpdateType diff --git a/src/librssguard/services/abstract/importantnode.cpp b/src/librssguard/services/abstract/importantnode.cpp index a5952d4a0..bddb5d3a3 100755 --- a/src/librssguard/services/abstract/importantnode.cpp +++ b/src/librssguard/services/abstract/importantnode.cpp @@ -14,8 +14,8 @@ ImportantNode::ImportantNode(RootItem* parent_item) : RootItem(parent_item) { setKind(RootItem::Kind::Important); setId(ID_IMPORTANT); setIcon(qApp->icons()->fromTheme(QSL("mail-mark-important"))); - setTitle(tr("Important messages")); - setDescription(tr("You can find all important messages here.")); + setTitle(tr("Important articles")); + setDescription(tr("You can find all important articles here.")); } QList ImportantNode::undeletedMessages() const { diff --git a/src/librssguard/services/abstract/unreadnode.cpp b/src/librssguard/services/abstract/unreadnode.cpp index 1e75d419d..92ec3616f 100755 --- a/src/librssguard/services/abstract/unreadnode.cpp +++ b/src/librssguard/services/abstract/unreadnode.cpp @@ -12,8 +12,8 @@ UnreadNode::UnreadNode(RootItem* parent_item) : RootItem(parent_item) { setKind(RootItem::Kind::Unread); setId(ID_UNREAD); setIcon(qApp->icons()->fromTheme(QSL("mail-mark-unread"))); - setTitle(tr("Unread messages")); - setDescription(tr("You can find all unread messages here.")); + setTitle(tr("Unread articles")); + setDescription(tr("You can find all unread articles here.")); } QList UnreadNode::undeletedMessages() const { diff --git a/src/librssguard/services/feedly/gui/feedlyaccountdetails.ui b/src/librssguard/services/feedly/gui/feedlyaccountdetails.ui index 50290d681..225ff4dd3 100755 --- a/src/librssguard/services/feedly/gui/feedlyaccountdetails.ui +++ b/src/librssguard/services/feedly/gui/feedlyaccountdetails.ui @@ -57,7 +57,7 @@ - Only download newest X messages per feed + Only download newest X articles per feed m_spinLimitMessages @@ -110,15 +110,12 @@ - Download only unread messages + Download unread articles only - - TextLabel - Qt::AlignCenter @@ -130,18 +127,18 @@ - - LineEditWithStatus - QWidget -
lineeditwithstatus.h
- 1 -
LabelWithStatus QWidget
labelwithstatus.h
1
+ + LineEditWithStatus + QWidget +
lineeditwithstatus.h
+ 1 +
MessageCountSpinBox QSpinBox diff --git a/src/librssguard/services/gmail/gui/gmailaccountdetails.ui b/src/librssguard/services/gmail/gui/gmailaccountdetails.ui index cebbddd10..477427e2b 100644 --- a/src/librssguard/services/gmail/gui/gmailaccountdetails.ui +++ b/src/librssguard/services/gmail/gui/gmailaccountdetails.ui @@ -120,7 +120,7 @@ - Only download newest X messages per feed + Only download newest X articles per feed m_spinLimitMessages @@ -173,25 +173,25 @@ - Download only unread messages + Download unread articles only - - LineEditWithStatus - QWidget -
lineeditwithstatus.h
- 1 -
LabelWithStatus QWidget
labelwithstatus.h
1
+ + LineEditWithStatus + QWidget +
lineeditwithstatus.h
+ 1 +
MessageCountSpinBox QSpinBox diff --git a/src/librssguard/services/greader/gui/greaderaccountdetails.ui b/src/librssguard/services/greader/gui/greaderaccountdetails.ui index 8cf1b842c..6232c3c96 100755 --- a/src/librssguard/services/greader/gui/greaderaccountdetails.ui +++ b/src/librssguard/services/greader/gui/greaderaccountdetails.ui @@ -39,7 +39,7 @@ - Only download newest X messages per feed + Only download newest X articles per feed m_spinLimitMessages @@ -152,25 +152,25 @@ - Download only unread messages + Download unread articles only - - LineEditWithStatus - QWidget -
lineeditwithstatus.h
- 1 -
LabelWithStatus QWidget
labelwithstatus.h
1
+ + LineEditWithStatus + QWidget +
lineeditwithstatus.h
+ 1 +
MessageCountSpinBox QSpinBox diff --git a/src/librssguard/services/inoreader/gui/inoreaderaccountdetails.ui b/src/librssguard/services/inoreader/gui/inoreaderaccountdetails.ui index e43edcc20..906f95eda 100755 --- a/src/librssguard/services/inoreader/gui/inoreaderaccountdetails.ui +++ b/src/librssguard/services/inoreader/gui/inoreaderaccountdetails.ui @@ -120,7 +120,7 @@ - Only download newest X messages per feed + Only download newest X articles per feed m_spinLimitMessages @@ -186,25 +186,25 @@ - Download only unread messages + Download unread articles only - - LineEditWithStatus - QWidget -
lineeditwithstatus.h
- 1 -
LabelWithStatus QWidget
labelwithstatus.h
1
+ + LineEditWithStatus + QWidget +
lineeditwithstatus.h
+ 1 +
MessageCountSpinBox QSpinBox diff --git a/src/librssguard/services/owncloud/gui/owncloudaccountdetails.ui b/src/librssguard/services/owncloud/gui/owncloudaccountdetails.ui index 48ce29bee..9511f66c1 100755 --- a/src/librssguard/services/owncloud/gui/owncloudaccountdetails.ui +++ b/src/librssguard/services/owncloud/gui/owncloudaccountdetails.ui @@ -31,7 +31,7 @@ - Download only unread messages + Download unread articles only @@ -40,7 +40,7 @@ - Only download newest X messages per feed + Only download newest X articles per feed m_spinLimitMessages @@ -180,18 +180,18 @@ - - LineEditWithStatus - QWidget -
lineeditwithstatus.h
- 1 -
LabelWithStatus QWidget
labelwithstatus.h
1
+ + LineEditWithStatus + QWidget +
lineeditwithstatus.h
+ 1 +
MessageCountSpinBox QSpinBox diff --git a/src/librssguard/services/standard/gui/formstandardimportexport.ui b/src/librssguard/services/standard/gui/formstandardimportexport.ui index dd5314696..720ec2b94 100644 --- a/src/librssguard/services/standard/gui/formstandardimportexport.ui +++ b/src/librssguard/services/standard/gui/formstandardimportexport.ui @@ -100,14 +100,14 @@ - &Check all items + &Check all feeds - &Uncheck all items + &Uncheck all feeds @@ -158,7 +158,7 @@ - Operation results + Operation result diff --git a/src/librssguard/services/standard/gui/standardfeeddetails.ui b/src/librssguard/services/standard/gui/standardfeeddetails.ui index 486192617..112b4219c 100755 --- a/src/librssguard/services/standard/gui/standardfeeddetails.ui +++ b/src/librssguard/services/standard/gui/standardfeeddetails.ui @@ -17,7 +17,7 @@ - Parent category + Parent folder m_cmbParentCategory diff --git a/src/librssguard/services/tt-rss/gui/ttrssaccountdetails.ui b/src/librssguard/services/tt-rss/gui/ttrssaccountdetails.ui index 3868546ea..a0ce21e6d 100644 --- a/src/librssguard/services/tt-rss/gui/ttrssaccountdetails.ui +++ b/src/librssguard/services/tt-rss/gui/ttrssaccountdetails.ui @@ -44,7 +44,7 @@ - Download only unread messages + Download unread articles only @@ -53,7 +53,7 @@ - Only download newest X messages per feed + Only download newest X articles per feed m_spinLimitMessages @@ -234,18 +234,18 @@ - - LineEditWithStatus - QWidget -
lineeditwithstatus.h
- 1 -
LabelWithStatus QWidget
labelwithstatus.h
1
+ + LineEditWithStatus + QWidget +
lineeditwithstatus.h
+ 1 +
MessageCountSpinBox QSpinBox diff --git a/src/librssguard/services/tt-rss/gui/ttrssfeeddetails.ui b/src/librssguard/services/tt-rss/gui/ttrssfeeddetails.ui index 1f318bc5d..6e3c75e55 100755 --- a/src/librssguard/services/tt-rss/gui/ttrssfeeddetails.ui +++ b/src/librssguard/services/tt-rss/gui/ttrssfeeddetails.ui @@ -17,7 +17,7 @@ - Parent category + Parent folder m_cmbParentCategory