Browse Source

add CallStack missing resources

pull/21/head
Eusebiu Marcu 15 years ago
parent
commit
244521346e
  1. 9
      data/resources/StringResources.resx

9
data/resources/StringResources.resx

@ -5819,6 +5819,15 @@ Unable to find 'WelcomeDialogId' in Dialogs.wxs</comment> @@ -5819,6 +5819,15 @@ Unable to find 'WelcomeDialogId' in Dialogs.wxs</comment>
<data name="MainWindow.Windows.Debug.CallStack.ShowModuleNames" xml:space="preserve">
<value>Show module names</value>
</data>
<data name="MainWindow.Windows.Debug.CallStack.ShowLineNumber" xml:space="preserve">
<value>Show line number</value>
</data>
<data name="MainWindow.Windows.Debug.CallStack.Module" xml:space="preserve">
<value>Module</value>
</data>
<data name="MainWindow.Windows.Debug.CallStack.LineString" xml:space="preserve">
<value>Line</value>
</data>
<data name="MainWindow.Windows.Debug.Conditional.Breakpoints.Ask" xml:space="preserve">
<value>Ask</value>
</data>

Loading…
Cancel
Save