diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-15 18:00:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-15 18:00:33 +0000 |
commit | 22347e2a45e7ee6d76f33b64f65fe49ab1cf0e7d (patch) | |
tree | a176a946b708862ba44c1b564f9b6f49e43d6bd0 /plugins/HistoryPlusPlus/HistoryForm.dfm | |
parent | 49578f2e479df5135f36afe5ae4d6137954ed71e (diff) |
removed support for mathmodule & speech
git-svn-id: http://svn.miranda-ng.org/main/trunk@9507 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/HistoryForm.dfm')
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryForm.dfm | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryForm.dfm b/plugins/HistoryPlusPlus/HistoryForm.dfm index 6b74c82f43..43ea33cfcc 100644 --- a/plugins/HistoryPlusPlus/HistoryForm.dfm +++ b/plugins/HistoryPlusPlus/HistoryForm.dfm @@ -587,10 +587,6 @@ object HistoryFrm: THistoryFrm ShortCut = 16450
OnClick = Bookmark1Click
end
- object SpeakMessage1: TMenuItem
- Caption = 'Speak Message'
- OnClick = SpeakMessage1Click
- end
object N8: TMenuItem
Caption = '-'
end
@@ -782,7 +778,7 @@ object HistoryFrm: THistoryFrm object pmSessions: TPopupMenu
BiDiMode = bdLeftToRight
ParentBiDiMode = False
- Left = 198
+ Left = 222
Top = 61
object SessCopy: TMenuItem
Caption = '&Copy'
@@ -839,7 +835,7 @@ object HistoryFrm: THistoryFrm BiDiMode = bdLeftToRight
ParentBiDiMode = False
Left = 324
- Top = 293
+ Top = 301
object InlineCopy: TMenuItem
Caption = '&Copy'
ShortCut = 16451
@@ -879,7 +875,7 @@ object HistoryFrm: THistoryFrm end
object mmAcc: TMainMenu
Left = 10
- Top = 98
+ Top = 106
object mmToolbar: TMenuItem
Caption = 'Toolbar'
OnClick = mmToolbarClick
|