зеркало из https://github.com/mozilla/pjs.git
Camino only - Bug 362655: Make 'Keyboard Shortcuts' menu item pointing to online documentation. r=cl sr=smorgan
This commit is contained in:
Родитель
94ea4f37e4
Коммит
fe665b0ec1
|
@ -1,14 +1,10 @@
|
|||
SupportPageDefault = "http://www.mozilla.org/products/camino/support/";
|
||||
HomePageDefault = "http://www.mozilla.org/projects/camino/homepage.html";
|
||||
SearchPageDefault = "http://www.google.com/";
|
||||
StartPageDefault = "http://www.mozilla.org/projects/camino/welcome.html";
|
||||
ThrobberPageDefault = "http://www.mozilla.org/projects/camino/";
|
||||
FeedbackPageDefault = "http://www.mozilla.org/projects/camino/feedback.html";
|
||||
InfoPageDefault = "http://www.mozilla.org/projects/camino/";
|
||||
RendezvousPageDefault ="http://www.zeroconf.org/webbrowsers.html";
|
||||
CorruptedBookmarksDefault = "http://www.mozilla.org/projects/camino/damagedBookmarks.html";
|
||||
|
||||
SearchCustomPageDefault = "http://www.mozilla.org/products/camino/features/searchCustomization.html";
|
||||
TipsTricksPageDefault = "http://www.mozilla.org/products/camino/features/tipsTricks.html";
|
||||
ReleaseNotesDefault = "http://www.mozilla.org/products/camino/releases/1.0.html";
|
||||
KeyboardShortcutsPageDefault = "http://www.mozilla.org/projects/camino/shortcuts.html";
|
||||
|
||||
|
|
|
@ -152,6 +152,7 @@
|
|||
goHome = id;
|
||||
importBookmarks = id;
|
||||
infoLink = id;
|
||||
keyboardShortcutsLink = id;
|
||||
makeTextBigger = id;
|
||||
makeTextDefaultSize = id;
|
||||
makeTextSmaller = id;
|
||||
|
@ -165,20 +166,17 @@
|
|||
pageSetup = id;
|
||||
previousTab = id;
|
||||
printDocument = id;
|
||||
releaseNoteLink = id;
|
||||
reload = id;
|
||||
reloadAllTabs = id;
|
||||
reloadWithCharset = id;
|
||||
resetBrowser = id;
|
||||
savePage = id;
|
||||
searchCustomizeLink = id;
|
||||
sendURL = id;
|
||||
setFileExtension = id;
|
||||
showCertificates = id;
|
||||
showHistory = id;
|
||||
stop = id;
|
||||
supportLink = id;
|
||||
tipsTricksLink = id;
|
||||
toggleAutoCharsetDetection = id;
|
||||
toggleBookmarksToolbar = id;
|
||||
toggleOfflineMode = id;
|
||||
|
@ -203,7 +201,6 @@
|
|||
mDockMenu = BookmarkMenu;
|
||||
mExportPanelView = NSView;
|
||||
mFilterView = NSView;
|
||||
mGoMenu = NSMenu;
|
||||
mServersSubmenu = NSMenu;
|
||||
mShowAllBookmarksMenuItem = NSMenuItem;
|
||||
mTextEncodingsMenu = NSMenu;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>4 6 408 289 0 0 1024 746 </string>
|
||||
<string>3 6 408 289 0 0 1024 746 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>29</key>
|
||||
|
|
Двоичные данные
camino/resources/localized/English.lproj/MainMenu.nib/keyedobjects.nib
сгенерированный
Двоичные данные
camino/resources/localized/English.lproj/MainMenu.nib/keyedobjects.nib
сгенерированный
Двоичный файл не отображается.
|
@ -168,11 +168,9 @@ typedef enum EBookmarkOpenBehavior
|
|||
|
||||
// Help menu actions
|
||||
- (IBAction)supportLink:(id)aSender;
|
||||
- (IBAction)keyboardShortcutsLink:(id)aSender;
|
||||
- (IBAction)infoLink:(id)aSender;
|
||||
- (IBAction)aboutPlugins:(id)aSender;
|
||||
- (IBAction)releaseNoteLink:(id)aSender; // unused
|
||||
- (IBAction)tipsTricksLink:(id)aSender; // unused
|
||||
- (IBAction)searchCustomizeLink:(id)aSender; // unused
|
||||
|
||||
// used by export bookmarks popup to set file extension for the resulting bookmarks file
|
||||
- (IBAction)setFileExtension:(id)aSender;
|
||||
|
|
Загрузка…
Ссылка в новой задаче