| Summary: | UI: channel encoding setting non-discoverable | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Lars DIECKOW <lars.dieckow> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.0.1 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lars DIECKOW
2007-07-03 04:53:55 UTC
SVN commit 690849 by psn:
Add tab encoding and notifications to the window menu
BUG:147480
M +4 -1 konversationui.rc
--- branches/extragear/kde3/network/konversation/src/konversationui.rc #690848:690849
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui>
-<kpartgui name="konversation" version="46">
+<kpartgui name="konversation" version="47">
<MenuBar>
<Menu name="file" noMerge="1">
@@ -45,6 +45,9 @@
<Action name="close_tab" />
<Action name="close_queries" />
<Separator />
+ <Action name="tab_notifications" />
+ <Action name="tab_encoding" />
+ <Separator />
<Action name="open_nicksonline_window" />
<Action name="open_url_catcher" />
<Action name="open_dccstatus_window" />
|